diff options
Diffstat (limited to 'isa/Makefile')
-rw-r--r-- | isa/Makefile | 2 |
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)) |