xiuos/APP_Framework/Applications/connection_app/Makefile

7 lines
111 B
Makefile
Executable File

SRC_DIR :=
ifeq ($(CONFIG_RESOURCES_LWIP),y)
SRC_DIR += socket_demo
endif
include $(KERNEL_ROOT)/compiler.mk