diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-04 19:13:03 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 12:47:08 -0400 |
commit | e9a2dd261ac3d7bffbf55368a60401f5982dcc59 (patch) | |
tree | 2ea20c4ed4586accdb395fe2c55c6bf47eb350a7 /drivers/bluetooth/Makefile | |
parent | 16e3887f9c625dbcbc5d7cc939881dd4515141c5 (diff) |
Bluetooth: hci_uart: Add support Broadcom address configuration
When using vendor detection, this adds support for the Broadcom
specific address configuration command.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/Makefile')
-rw-r--r-- | drivers/bluetooth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile index adb99457d016..51f9d0c18963 100644 --- a/drivers/bluetooth/Makefile +++ b/drivers/bluetooth/Makefile | |||
@@ -30,6 +30,7 @@ hci_uart-$(CONFIG_BT_HCIUART_LL) += hci_ll.o | |||
30 | hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o | 30 | hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o |
31 | hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o | 31 | hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o |
32 | hci_uart-$(CONFIG_BT_HCIUART_INTEL) += hci_intel.o | 32 | hci_uart-$(CONFIG_BT_HCIUART_INTEL) += hci_intel.o |
33 | hci_uart-$(CONFIG_BT_HCIUART_BCM) += hci_bcm.o | ||
33 | hci_uart-objs := $(hci_uart-y) | 34 | hci_uart-objs := $(hci_uart-y) |
34 | 35 | ||
35 | ccflags-y += -D__CHECK_ENDIAN__ | 36 | ccflags-y += -D__CHECK_ENDIAN__ |