From 86484ca6e3582215d27531ab78a20a279487d8d0 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Sun, 21 Nov 2010 15:03:12 +0000 Subject: [PATCH] --- yaml --- r: 225508 b: refs/heads/master c: ff2109f5f94ff75f45e0c8d2d1d56fefdf20733f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/bluetooth/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 14619a905976..3c24a7a0d67a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df6bd743b6f06b066c1c3ba7f2853a6e8d61468c +refs/heads/master: ff2109f5f94ff75f45e0c8d2d1d56fefdf20733f diff --git a/trunk/net/bluetooth/Makefile b/trunk/net/bluetooth/Makefile index d1e433f7d673..7ca1f46a471a 100644 --- a/trunk/net/bluetooth/Makefile +++ b/trunk/net/bluetooth/Makefile @@ -10,4 +10,4 @@ obj-$(CONFIG_BT_BNEP) += bnep/ obj-$(CONFIG_BT_CMTP) += cmtp/ obj-$(CONFIG_BT_HIDP) += hidp/ -bluetooth-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o hci_sysfs.o lib.o +bluetooth-y := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o hci_sysfs.o lib.o