mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 06:15:21 +00:00
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>
7 lines
161 B
Makefile
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/
|