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>
5 lines
117 B
Makefile
5 lines
117 B
Makefile
obj-y += common/
|
|
obj-$(CONFIG_BT_SHELL) += shell/
|
|
obj-$(CONFIG_BT_HCI) += host/
|
|
obj-$(CONFIG_BT_CTLR) += controller/
|