8 lines
121 B
Makefile
8 lines
121 B
Makefile
SRC_FILES := adapter_nbiot.c
|
|
|
|
ifeq ($(CONFIG_ADAPTER_BC28),y)
|
|
SRC_DIR += bc28
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|