| Index: drivers/bluetooth/Makefile
|
| diff --git a/drivers/bluetooth/Makefile b/drivers/bluetooth/Makefile
|
| index 7e5aed59812109d70de6cf495f43fb7382e09884..1481faadd2a293e661f4e4b8554a2db15f41e82c 100644
|
| --- a/drivers/bluetooth/Makefile
|
| +++ b/drivers/bluetooth/Makefile
|
| @@ -26,4 +26,5 @@ hci_uart-y := hci_ldisc.o
|
| 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_ATH) += hci_ath.o
|
| hci_uart-objs := $(hci_uart-y)
|
|
|