From: Tracey Dent Date: Sun, 21 Nov 2010 15:03:12 +0000 (+0000) Subject: Net: bluetooth: Makefile: Remove deprecated kbuild goal definitions X-Git-Tag: firefly_0821_release~7613^2~3122^2~494 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87217502d4f45a9925c5eda5b2179f1220e87537;p=firefly-linux-kernel-4.4.55.git Net: bluetooth: Makefile: Remove deprecated kbuild goal definitions Changed Makefile to use -y instead of -objs because -objs is deprecated and not mentioned in Documentation/kbuild/makefiles.txt. Signed-off-by: Tracey Dent Signed-off-by: David S. Miller --- diff --git a/net/bluetooth/Makefile b/net/bluetooth/Makefile index d1e433f7d673..7ca1f46a471a 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