Makefile (db8c246937713e60b7628661ccc187eeb81f2bae) Makefile (922ca1dfc2127a5dc363e8c1e6c8a33c5a0a14c6)
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

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

25
26hci_uart-y := hci_ldisc.o
27hci_uart-$(CONFIG_BT_HCIUART_H4) += hci_h4.o
28hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
29hci_uart-$(CONFIG_BT_HCIUART_LL) += hci_ll.o
30hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o
31hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o
32hci_uart-objs := $(hci_uart-y)
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

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

25
26hci_uart-y := hci_ldisc.o
27hci_uart-$(CONFIG_BT_HCIUART_H4) += hci_h4.o
28hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o
29hci_uart-$(CONFIG_BT_HCIUART_LL) += hci_ll.o
30hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o
31hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o
32hci_uart-objs := $(hci_uart-y)
33
34ccflags-y += -D__CHECK_ENDIAN__