patch-2.4.20 linux-2.4.20/net/bluetooth/Makefile
Next file: linux-2.4.20/net/bluetooth/af_bluetooth.c
Previous file: linux-2.4.20/net/bluetooth/Config.in
Back to the patch index
Back to the overall index
-  Lines: 28
-  Date:
Thu Nov 28 15:53:15 2002
-  Orig file: 
linux-2.4.19/net/bluetooth/Makefile
-  Orig date: 
Fri Aug  2 17:39:46 2002
diff -urN linux-2.4.19/net/bluetooth/Makefile linux-2.4.20/net/bluetooth/Makefile
@@ -1,16 +1,23 @@
 #
 # Makefile for the Bluetooth subsystem
 #
-O_TARGET	:= bluetooth.o
+O_TARGET    := bluetooth.o
 
-list-multi	:= bluez.o
-export-objs	:= syms.o
-bluez-objs	:= af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o lib.o syms.o
+list-multi  := bluez.o
+export-objs := syms.o
+
+bluez-objs  := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o lib.o syms.o
 
 obj-$(CONFIG_BLUEZ) += bluez.o
 obj-$(CONFIG_BLUEZ_L2CAP) += l2cap.o
 obj-$(CONFIG_BLUEZ_SCO) += sco.o
 
+subdir-$(CONFIG_BLUEZ_BNEP) += bnep
+
+ifeq ($(CONFIG_BLUEZ_BNEP),y)
+obj-y += bnep/bnep.o
+endif
+
 include $(TOPDIR)/Rules.make
 
 bluez.o: $(bluez-objs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)