forked from xuos/xiuos
support socket demo on nuttx
This commit is contained in:
7
APP_Framework/Applications/connection_app/socket_demo/Make.defs
Executable file
7
APP_Framework/Applications/connection_app/socket_demo/Make.defs
Executable file
@@ -0,0 +1,7 @@
|
||||
############################################################################
|
||||
# APP_Framework/Application/connection_app/socket_demo/Make.defs
|
||||
############################################################################
|
||||
ifneq ($(CONFIG_SOCKET_DEMO),)
|
||||
CONFIGURED_APPS += $(APPDIR)/../../../APP_Framework/Applications/connection_app/socket_demo/*/Make.defs
|
||||
include $(wildcard $(APPDIR)/../../../APP_Framework/Applications/connection_app/socket_demo/*/Make.defs)
|
||||
endif
|
||||
Reference in New Issue
Block a user