Files
xiuos/APP_Framework/Framework/connection/zigbee/Makefile
2021-09-24 15:22:19 +08:00

8 lines
120 B
Makefile

SRC_FILES := adapter_zigbee.c
ifeq ($(CONFIG_ADAPTER_E18),y)
SRC_DIR += E18
endif
include $(KERNEL_ROOT)/compiler.mk