Files
xiuos/Ubiquitous/XiZi/board/hc32f4a0/third_party_driver/Makefile
T
2022-09-15 13:55:36 +08:00

8 lines
114 B
Makefile

SRC_DIR += common
ifeq ($(CONFIG_BSP_USING_UART),y)
SRC_DIR += usart
endif
include $(KERNEL_ROOT)/compiler.mk