forked from xuos/xiuos
7 lines
121 B
Makefile
7 lines
121 B
Makefile
SRC_FILES := adapter_4G.c
|
|
|
|
ifeq ($(CONFIG_ADAPTER_EC200T),y)
|
|
SRC_DIR += EC200T
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |