forked from xuos/xiuos
8 lines
120 B
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
|