xiuos/APP_Framework/Framework/control/plc/interoperability/Makefile

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