xiuos/Ubiquitous/XiZi_IIoT/board/ch32v208rbt6/third_party_driver/Makefile

8 lines
130 B
Makefile

SRC_FILES :=
SRC_DIR := Peripheral
ifeq ($(CONFIG_BSP_USING_UART),y)
SRC_DIR += uart
endif
include $(KERNEL_ROOT)/compiler.mk