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,3 +1,7 @@
SRC_FILES := adapter_zigbee.c
ifeq ($(CONFIG_ADAPTER_E18),y)
SRC_DIR += E18
endif
include $(KERNEL_ROOT)/compiler.mk