Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) Makefile (395174bb07c1dce58fbf2baa3a01bb69f5103c59)
1#
2# Makefile for the Linux Bluetooth HCI device drivers.
3#
4
5obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o
6obj-$(CONFIG_BT_HCIUART) += hci_uart.o
7obj-$(CONFIG_BT_HCIBCM203X) += bcm203x.o
8obj-$(CONFIG_BT_HCIBPA10X) += bpa10x.o

--- 22 unchanged lines hidden (view full) ---

31hci_uart-$(CONFIG_BT_HCIUART_H4) += hci_h4.o
32hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
33hci_uart-$(CONFIG_BT_HCIUART_LL) += hci_ll.o
34hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o
35hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o
36hci_uart-$(CONFIG_BT_HCIUART_INTEL) += hci_intel.o
37hci_uart-$(CONFIG_BT_HCIUART_BCM) += hci_bcm.o
38hci_uart-$(CONFIG_BT_HCIUART_QCA) += hci_qca.o
1#
2# Makefile for the Linux Bluetooth HCI device drivers.
3#
4
5obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o
6obj-$(CONFIG_BT_HCIUART) += hci_uart.o
7obj-$(CONFIG_BT_HCIBCM203X) += bcm203x.o
8obj-$(CONFIG_BT_HCIBPA10X) += bpa10x.o

--- 22 unchanged lines hidden (view full) ---

31hci_uart-$(CONFIG_BT_HCIUART_H4) += hci_h4.o
32hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
33hci_uart-$(CONFIG_BT_HCIUART_LL) += hci_ll.o
34hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o
35hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o
36hci_uart-$(CONFIG_BT_HCIUART_INTEL) += hci_intel.o
37hci_uart-$(CONFIG_BT_HCIUART_BCM) += hci_bcm.o
38hci_uart-$(CONFIG_BT_HCIUART_QCA) += hci_qca.o
39hci_uart-$(CONFIG_BT_HCIUART_AG6XX) += hci_ag6xx.o
39hci_uart-objs := $(hci_uart-y)
40
41ccflags-y += -D__CHECK_ENDIAN__
40hci_uart-objs := $(hci_uart-y)
41
42ccflags-y += -D__CHECK_ENDIAN__