zephyr/subsys/bluetooth/shell/Makefile
Andrzej Puzdrowski 9f964ba8d3 bluetooth: shell: add module for testing NRF5x flash driver
Intention is to test flash driver along with BLE radio.
Added flash shell module with commands for erase, write-check, read and
co-operation with radio stress test.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2017-06-28 12:29:50 +02:00

6 lines
160 B
Makefile

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