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

7 lines
161 B
Makefile

obj-$(CONFIG_BT_CTLR) += hci/
obj-$(CONFIG_BT_LL_SW) += util/
obj-$(CONFIG_BT_LL_SW) += hal/
obj-$(CONFIG_BT_LL_SW) += ticker/
obj-$(CONFIG_BT_LL_SW) += ll_sw/