summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2019-10-03 15:41:47 +0200
committerMarcel Holtmann <marcel@holtmann.org>2019-10-16 21:12:52 +0200
commit54976bc700ce8bf945b4d9bb587fd9a2aa607b93 (patch)
treeca0c2799b4cf71bd450d6fed2d9c1a0179a378fe /drivers/bluetooth/Makefile
parent727ea61a5028f8ac96f75ab34cb1b56e63fd9227 (diff)
Bluetooth: btwilink: drop superseded driver
All users of this driver have been converted to the serdev based hci_ll driver. The unused driver can be safely dropped now. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Makefile')
-rw-r--r--drivers/bluetooth/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile
index 34887b9b3a85..1a58a3ae142c 100644
--- a/drivers/bluetooth/Makefile
+++ b/drivers/bluetooth/Makefile
@@ -19,7 +19,6 @@ obj-$(CONFIG_BT_INTEL) += btintel.o
obj-$(CONFIG_BT_ATH3K) += ath3k.o
obj-$(CONFIG_BT_MRVL) += btmrvl.o
obj-$(CONFIG_BT_MRVL_SDIO) += btmrvl_sdio.o
-obj-$(CONFIG_BT_WILINK) += btwilink.o
obj-$(CONFIG_BT_MTKSDIO) += btmtksdio.o
obj-$(CONFIG_BT_MTKUART) += btmtkuart.o
obj-$(CONFIG_BT_QCOMSMD) += btqcomsmd.o