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