zephyr/subsys/bluetooth/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

5 lines
117 B
Makefile

obj-y += common/
obj-$(CONFIG_BT_SHELL) += shell/
obj-$(CONFIG_BT_HCI) += host/
obj-$(CONFIG_BT_CTLR) += controller/