forked from xuos/xiuos
10 lines
149 B
Makefile
Executable File
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
|