Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-nvram
[pandora-kernel.git] / drivers / bluetooth / Makefile
1 #
2 # Makefile for the Linux Bluetooth HCI device drivers.
3 #
4
5 obj-$(CONFIG_BT_HCIVHCI)        += hci_vhci.o
6 obj-$(CONFIG_BT_HCIUART)        += hci_uart.o
7 obj-$(CONFIG_BT_HCIBCM203X)     += bcm203x.o
8 obj-$(CONFIG_BT_HCIBPA10X)      += bpa10x.o
9 obj-$(CONFIG_BT_HCIBFUSB)       += bfusb.o
10 obj-$(CONFIG_BT_HCIDTL1)        += dtl1_cs.o
11 obj-$(CONFIG_BT_HCIBT3C)        += bt3c_cs.o
12 obj-$(CONFIG_BT_HCIBLUECARD)    += bluecard_cs.o
13 obj-$(CONFIG_BT_HCIBTUART)      += btuart_cs.o
14
15 obj-$(CONFIG_BT_HCIBTUSB)       += btusb.o
16 obj-$(CONFIG_BT_HCIBTSDIO)      += btsdio.o
17
18 hci_uart-y                              := hci_ldisc.o
19 hci_uart-$(CONFIG_BT_HCIUART_H4)        += hci_h4.o
20 hci_uart-$(CONFIG_BT_HCIUART_BCSP)      += hci_bcsp.o
21 hci_uart-$(CONFIG_BT_HCIUART_LL)        += hci_ll.o
22 hci_uart-objs                           := $(hci_uart-y)