xiuos-test/APP_Framework/Framework/connection/4g/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