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>
6 lines
134 B
Makefile
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
|