4 lines
100 B
Makefile
4 lines
100 B
Makefile
|
# Describes the CPU on this board to the rest of the SDK.
|
||
|
RISCV_ARCH := rv64imac
|
||
|
RISCV_ABI := lp64
|