Files
xiuos/APP_Framework/Applications/control_app/Makefile
2023-10-11 01:39:36 -07:00

13 lines
207 B
Makefile
Executable File

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