mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
7 lines
165 B
Makefile
7 lines
165 B
Makefile
export TARGETDIR ?= riscv-target
|
|
export XLEN = 32
|
|
export RISCV_TARGET = yatcpu
|
|
export RISCV_DEVICE =
|
|
export RISCV_TARGET_FLAGS =
|
|
export RISCV_ASSERT = 0
|
|
JOBS = -j1
|