You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
191 B
13 lines
191 B
SRC_DIR :=
|
|
|
|
ifeq ($(CONFIG_RESOURCES_LWIP),y)
|
|
|
|
ifeq ($(CONFIG_USING_CONTROL_PLC_OPCUA), y)
|
|
SRC_DIR += opcua
|
|
endif
|
|
|
|
endif
|
|
|
|
SRC_FILES += interoperability.c
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|
|
|