rk: temp revert rk change
[firefly-linux-kernel-4.4.55.git] / drivers / bluetooth / Makefile
index fd5c3d2959ea1d5e5eab66660378e0713b329975..f4460f4f4b788c1144f962227b5fd711490eecdd 100644 (file)
@@ -2,7 +2,6 @@
 # Makefile for the Linux Bluetooth HCI device drivers.
 #
 
-obj-$(CONFIG_BT)               += vflash.o
 obj-$(CONFIG_BT_HCIVHCI)       += hci_vhci.o
 obj-$(CONFIG_BT_HCIUART)       += hci_uart.o
 obj-$(CONFIG_BT_HCIBCM203X)    += bcm203x.o
@@ -29,5 +28,4 @@ hci_uart-$(CONFIG_BT_HCIUART_H4)      += hci_h4.o
 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_RTKH5) += hci_rtk_h5.o
 hci_uart-objs                          := $(hci_uart-y)