Files
xiuos/Ubiquitous/XiZi_IIoT/board/ch32v307vct6/third_party_driver/Makefile
T
2023-12-13 19:30:37 +08:00

16 lines
251 B
Makefile

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