zephyr/subsys/bluetooth/shell/Makefile
Vinayak Kariappa Chettimada a3cba8bb90 Bluetooth: shell: Add controller's ticker shell module
Added shell module for the Bluetooth Controller's ticker
interfaces.

For now, info command enumerates active tickers' details.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-06-01 12:32:47 +03:00

4 lines
77 B
Makefile

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