Files
xiuos/APP_Framework/Framework/connection/bluetooth/Makefile
Liu_Weichao da37bf4777 1、add BT
2021-08-30 10:56:48 +08:00

8 lines
125 B
Makefile

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