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