xiuos/APP_Framework/Framework/connection/bluetooth/Makefile

8 lines
125 B
Makefile

SRC_FILES := adapter_bluetooth.c
ifeq ($(CONFIG_ADAPTER_HC08),y)
SRC_DIR += hc08
endif
include $(KERNEL_ROOT)/compiler.mk