Files
xiuos/Ubiquitous/XiZi_IIoT/board/rzv2l-m33/rzv/Makefile
T
2024-01-08 14:07:04 +08:00

11 lines
262 B
Makefile

SRC_DIR := board/rzv2l_smarc
SRC_DIR += fsp/src/bsp/cmsis/Device/RENESAS/Source
SRC_DIR += fsp/src/bsp/mcu/all
SRC_DIR += fsp/src/r_ioport
SRC_DIR += fsp/src/r_scif_uart
SRC_DIR += fsp/src/r_gtm
SRC_FILES := $(wildcard *.c)
include $(KERNEL_ROOT)/compiler.mk