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
- Lines: 23
- Date:
2003-06-13 07:51:39.000000000 -0700
- Orig file:
linux-2.4.20/net/bluetooth/Makefile
- Orig date:
2002-11-28 15:53:15.000000000 -0800
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)