patch-2.4.21 linux-2.4.21/net/bluetooth/Makefile

Next file: linux-2.4.21/net/bluetooth/bnep/Config.in
Previous file: linux-2.4.21/net/bluetooth/Config.in
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/net/bluetooth/Makefile linux-2.4.21/net/bluetooth/Makefile
@@ -1,6 +1,7 @@
 #
-# Makefile for the Bluetooth subsystem
+# Makefile for the Linux Bluetooth subsystem
 #
+
 O_TARGET    := bluetooth.o
 
 list-multi  := bluez.o
@@ -12,8 +13,13 @@
 obj-$(CONFIG_BLUEZ_L2CAP) += l2cap.o
 obj-$(CONFIG_BLUEZ_SCO) += sco.o
 
+subdir-$(CONFIG_BLUEZ_RFCOMM) += rfcomm
 subdir-$(CONFIG_BLUEZ_BNEP) += bnep
 
+ifeq ($(CONFIG_BLUEZ_RFCOMM),y)
+obj-y += rfcomm/rfcomm.o
+endif
+
 ifeq ($(CONFIG_BLUEZ_BNEP),y)
 obj-y += bnep/bnep.o
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)