diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-11-21 15:03:12 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-22 08:16:08 -0800 |
commit | 87217502d4f45a9925c5eda5b2179f1220e87537 (patch) | |
tree | e6e6db69742fb9c362283e55599e00f5d0610808 /net/bluetooth | |
parent | 551eaff1b384cc107eab6332ba8424b3ca1f304b (diff) | |
download | linux-3.10-87217502d4f45a9925c5eda5b2179f1220e87537.tar.gz linux-3.10-87217502d4f45a9925c5eda5b2179f1220e87537.tar.bz2 linux-3.10-87217502d4f45a9925c5eda5b2179f1220e87537.zip |
Net: bluetooth: Makefile: Remove deprecated kbuild goal definitions
Changed Makefile to use <modules>-y instead of <modules>-objs
because -objs is deprecated and not mentioned in
Documentation/kbuild/makefiles.txt.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/Makefile b/net/bluetooth/Makefile index d1e433f7d67..7ca1f46a471 100644 --- a/net/bluetooth/Makefile +++ b/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 |