Files
xiuos/APP_Framework/Applications/control_app/Makefile
2021-12-22 13:45:52 +08:00

13 lines
197 B
Makefile
Executable File

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