Files
xiuos/Ubiquitous/XiZi/board/ch32v307vct6/third_party_driver/Makefile
T
2022-08-08 03:17:26 -07:00

12 lines
179 B
Makefile

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