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>
4 lines
77 B
Makefile
4 lines
77 B
Makefile
obj-y += bt.o
|
|
obj-y += gatt.o
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += ticker.o
|