forked from xuos/xiuos
7 lines
347 B
Plaintext
Executable File
7 lines
347 B
Plaintext
Executable File
############################################################################
|
|
# APP_Framework/Application/connection_app/Make.defs
|
|
############################################################################
|
|
ifneq ($(CONFIG_APPLICATION_CONNECTION),)
|
|
CONFIGURED_APPS += $(APPDIR)/../../../APP_Framework/Applications/connection_app/socket_demo
|
|
endif
|