move freemodbus tcp server from control to connetion

This commit is contained in:
Wien.b
2023-10-16 02:34:04 -07:00
parent a247de691c
commit b82bdaea6b
37 changed files with 153 additions and 71 deletions

View File

@@ -6,9 +6,5 @@ ifeq ($(CONFIG_CONTROL_PROTOCOL_MODBUS_UART), y)
SRC_DIR := modbus_uart
endif
ifeq ($(CONFIG_CONTROL_PROTOCOL_FREEMODBUS_TCP_SERVER), y)
SRC_DIR := freemodbustcpserver
endif
include $(KERNEL_ROOT)/compiler.mk