]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/bluetooth/Makefile
[SCSI] fc transport: add fc_host system_hostname attribute and u64_to_wwn()
[mirror_ubuntu-artful-kernel.git] / drivers / bluetooth / Makefile
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)