Fix capitalization of XLEN variable
authorAndrew Waterman <waterman@cs.berkeley.edu>
Mon, 29 Feb 2016 07:28:32 +0000 (23:28 -0800)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Mon, 29 Feb 2016 07:29:01 +0000 (23:29 -0800)
isa/Makefile

index f815309144b61e47127c8bb5b4ecdf52ac65aeae..415778ea11707bc413e03cad804af928b51812ce 100644 (file)
@@ -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))