xiuos-test/APP_Framework/Framework/connection/zigbee/Makefile

8 lines
120 B
Makefile

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