Magellan Linux

Contents of /alx-src/tags/kernel26-2.6.12-alx-r9/drivers/bluetooth/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 630 - (show annotations) (download)
Wed Mar 4 11:03:09 2009 UTC (15 years, 6 months ago) by niro
File size: 615 byte(s)
Tag kernel26-2.6.12-alx-r9
1 #
2 # Makefile for the Linux Bluetooth HCI device drivers.
3 #
4
5 obj-$(CONFIG_BT_HCIUSB) += hci_usb.o
6 obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o
7 obj-$(CONFIG_BT_HCIUART) += hci_uart.o
8 obj-$(CONFIG_BT_HCIBCM203X) += bcm203x.o
9 obj-$(CONFIG_BT_HCIBPA10X) += bpa10x.o
10 obj-$(CONFIG_BT_HCIBFUSB) += bfusb.o
11 obj-$(CONFIG_BT_HCIDTL1) += dtl1_cs.o
12 obj-$(CONFIG_BT_HCIBT3C) += bt3c_cs.o
13 obj-$(CONFIG_BT_HCIBLUECARD) += bluecard_cs.o
14 obj-$(CONFIG_BT_HCIBTUART) += btuart_cs.o
15
16 hci_uart-y := hci_ldisc.o
17 hci_uart-$(CONFIG_BT_HCIUART_H4) += hci_h4.o
18 hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
19 hci_uart-objs := $(hci_uart-y)