patch-2.4.21 linux-2.4.21/drivers/bluetooth/Makefile
Next file: linux-2.4.21/drivers/bluetooth/btuart_cs.c
Previous file: linux-2.4.21/drivers/bluetooth/Config.in
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2003-06-13 07:51:32.000000000 -0700
- Orig file:
linux-2.4.20/drivers/bluetooth/Makefile
- Orig date:
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.20/drivers/bluetooth/Makefile linux-2.4.21/drivers/bluetooth/Makefile
@@ -1,5 +1,5 @@
#
-# Makefile for Bluetooth HCI device drivers.
+# Makefile for the Linux Bluetooth HCI device drivers
#
O_TARGET := bluetooth.o
@@ -9,13 +9,15 @@
obj-$(CONFIG_BLUEZ_HCIUSB) += hci_usb.o
obj-$(CONFIG_BLUEZ_HCIVHCI) += hci_vhci.o
-obj-$(CONFIG_BLUEZ_HCIUART) += hci_uart.o
-uart-y := hci_ldisc.o
-uart-$(CONFIG_BLUEZ_HCIUART_H4) += hci_h4.o
+obj-$(CONFIG_BLUEZ_HCIUART) += hci_uart.o
+uart-y := hci_ldisc.o
+uart-$(CONFIG_BLUEZ_HCIUART_H4) += hci_h4.o
+uart-$(CONFIG_BLUEZ_HCIUART_BCSP) += hci_bcsp.o
obj-$(CONFIG_BLUEZ_HCIDTL1) += dtl1_cs.o
obj-$(CONFIG_BLUEZ_HCIBT3C) += bt3c_cs.o
obj-$(CONFIG_BLUEZ_HCIBLUECARD) += bluecard_cs.o
+obj-$(CONFIG_BLUEZ_HCIBTUART) += btuart_cs.o
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)