All the files under shell subdir shall only be build if CONFIG_BLUETOOTH_SHELL is selected. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
5 lines
144 B
Makefile
5 lines
144 B
Makefile
obj-y += common/
|
|
obj-$(CONFIG_BLUETOOTH_SHELL) += shell/
|
|
obj-$(CONFIG_BLUETOOTH_HCI) += host/
|
|
obj-$(CONFIG_BLUETOOTH_CONTROLLER) += controller/
|