Files
xiuos/APP_Framework/Framework/control/plc/interoperability/Makefile
2021-12-20 16:44:03 +08:00

10 lines
149 B
Makefile
Executable File

SRC_DIR :=
ifeq ($(CONFIG_USING_CONTROL_PLC_OPCUA), y)
SRC_DIR += opcua
endif
SRC_FILES += interoperability.c
include $(KERNEL_ROOT)/compiler.mk