zephyr/subsys/bluetooth/shell/Makefile

6 lines
160 B
Makefile
Raw Normal View History

obj-y += bt.o
obj-y += gatt.o
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ll.o
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ticker.o
obj-$(CONFIG_SOC_FLASH_NRF5) += flash.o