add e18 of zigbee connection

This commit is contained in:
Wang_Weigen
2021-09-24 15:22:19 +08:00
parent d14ec3cb12
commit 6be676af78
12 changed files with 712 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ ifeq ($(CONFIG_ADAPTER_BLUETOOTH),y)
SRC_DIR += bluetooth
endif
ifeq ($(CONFIG_ADAPTER_ZIGBEE),y)
ifeq ($(CONFIG_CONNECTION_ADAPTER_ZIGBEE),y)
SRC_DIR += zigbee
endif