zephyr/subsys/bluetooth/shell/Makefile
Vinayak Kariappa Chettimada 128a0613cd Bluetooth: shell: Add LE Adv. Ext. advx command
Add Bluetooth Link Layer LE Advertising Extensions commands
for manual testing the feature during development. First one
being advx command to start non-connectable non-scannable
extended advertising.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-06-14 18:40:40 +03:00

5 lines
120 B
Makefile

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