Files
xiuos/APP_Framework/Framework/connection/nbiot/Makefile
2021-10-13 17:22:28 +08:00

8 lines
121 B
Makefile

SRC_FILES := adapter_nbiot.c
ifeq ($(CONFIG_ADAPTER_BC28),y)
SRC_DIR += BC28
endif
include $(KERNEL_ROOT)/compiler.mk