diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-04 16:13:02 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 18:47:08 +0200 |
commit | 16e3887f9c625dbcbc5d7cc939881dd4515141c5 (patch) | |
tree | 3711a1de31abb521721d79c83d4a3b3736765e54 /drivers/bluetooth/Makefile | |
parent | fb2ce8d11f0399a1359e02fa2fcc5ad7e595544a (diff) | |
download | linux-16e3887f9c625dbcbc5d7cc939881dd4515141c5.tar.bz2 |
Bluetooth: hci_uart: Add support Intel address configuration
When using vendor detection, this adds support for the Intel 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 9fe8a875a827..adb99457d016 100644 --- a/drivers/bluetooth/Makefile +++ b/drivers/bluetooth/Makefile @@ -29,6 +29,7 @@ hci_uart-$(CONFIG_BT_HCIUART_BCSP) += hci_bcsp.o hci_uart-$(CONFIG_BT_HCIUART_LL) += hci_ll.o hci_uart-$(CONFIG_BT_HCIUART_ATH3K) += hci_ath.o hci_uart-$(CONFIG_BT_HCIUART_3WIRE) += hci_h5.o +hci_uart-$(CONFIG_BT_HCIUART_INTEL) += hci_intel.o hci_uart-objs := $(hci_uart-y) ccflags-y += -D__CHECK_ENDIAN__ |