Files
xiuos/APP_Framework/Applications/control_app/Makefile
2021-12-20 16:44:03 +08:00

11 lines
193 B
Makefile
Executable File

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