zephyr/subsys/bluetooth/shell/Makefile
Carles Cufi d5c13a7530 Bluetooth: controller: Rename Kconfig prefix
Rename the BT_CONTROLLER prefix used in all of the Kconfig variables
related to the Bluetooth controller to BT_CTLR.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2017-08-14 15:44:56 +03:00

6 lines
134 B
Makefile

obj-y += bt.o
obj-y += gatt.o
obj-$(CONFIG_BT_CTLR) += ll.o
obj-$(CONFIG_BT_CTLR) += ticker.o
obj-$(CONFIG_SOC_FLASH_NRF5) += flash.o