fixed menu and complilation error

This commit is contained in:
wlyu
2021-12-20 16:44:44 +08:00
14 changed files with 718 additions and 752 deletions

View File

@@ -2,4 +2,5 @@
menuconfig USING_CONTROL_PLC_OPCUA
bool "PLC support OPCUA"
default y
depends on RESOURCES_LWIP

View File

@@ -1,9 +1,13 @@
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