diff options
-rw-r--r-- | benchmarks/Makefile | 2 | ||||
-rw-r--r-- | isa/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 965246e..ce9d4f9 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -4,6 +4,8 @@ # Yunsup Lee (yunsup@cs.berkeley.edu) # +XLEN ?= 64 + default: all src_dir = . diff --git a/isa/Makefile b/isa/Makefile index facc611..95092e8 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -2,6 +2,8 @@ # Makefile for riscv-tests/isa #----------------------------------------------------------------------- +XLEN ?= 64 + src_dir := . include $(src_dir)/rv64ui/Makefrag |