forked from xuos/xiuos
8 lines
444 B
Plaintext
8 lines
444 B
Plaintext
############################################################################
|
|
# APP_Framework/Framework/connection/bluetooth/Make.defs
|
|
############################################################################
|
|
ifneq ($(CONFIG_CONNECTION_ADAPTER_BLUETOOTH),)
|
|
CONFIGURED_APPS += $(APPDIR)/../../../APP_Framework/Framework/connection/bluetooth
|
|
endif
|
|
include $(wildcard $(APPDIR)/../../../APP_Framework/Framework/connection/bluetooth/*/Make.defs)
|