patch-2.4.6 linux/drivers/bluetooth/Makefile

Next file: linux/drivers/bluetooth/hci_emu.c
Previous file: linux/drivers/bluetooth/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/drivers/bluetooth/Makefile linux/drivers/bluetooth/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for Bluetooth HCI device drivers.
+#
+
+O_TARGET	:= bluetooth.o
+
+obj-$(CONFIG_BLUEZ_HCIUSB)	+= hci_usb.o
+obj-$(CONFIG_BLUEZ_HCIUART)	+= hci_uart.o
+obj-$(CONFIG_BLUEZ_HCIEMU)	+= hci_emu.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)