Files
xiuos/Ubiquitous/XiZi/board/rv32m1-vega/third_party_driver/Makefile
T
2022-06-22 16:42:52 +08:00

18 lines
274 B
Makefile
Executable File

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