aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-02-28 23:28:32 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-02-28 23:29:01 -0800
commitfb9e416be46e8018c8333553136b91401bdd74a6 (patch)
tree7ab961525458cb3f84d239629d15549b74992890
parente2f81e97281915d15fdec0713de1003095d2ae17 (diff)
downloadriscv-tests-fb9e416be46e8018c8333553136b91401bdd74a6.zip
riscv-tests-fb9e416be46e8018c8333553136b91401bdd74a6.tar.gz
riscv-tests-fb9e416be46e8018c8333553136b91401bdd74a6.tar.bz2
Fix capitalization of XLEN variable
-rw-r--r--isa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/Makefile b/isa/Makefile
index f815309..415778e 100644
--- a/isa/Makefile
+++ b/isa/Makefile
@@ -75,7 +75,7 @@ endef
$(eval $(call compile_template,rv32ui,-m32))
$(eval $(call compile_template,rv32si,-m32))
$(eval $(call compile_template,rv32mi,-m32))
-ifeq ($(xlen),64)
+ifeq ($(XLEN),64)
$(eval $(call compile_template,rv64ui))
$(eval $(call compile_template,rv64uf))
$(eval $(call compile_template,rv64si))