aboutsummaryrefslogtreecommitdiff
path: root/isa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'isa/Makefile')
-rw-r--r--isa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/Makefile b/isa/Makefile
index 53c11ad..8cecab9 100644
--- a/isa/Makefile
+++ b/isa/Makefile
@@ -29,7 +29,7 @@ vpath %.S $(isa_src_dir)
# Build assembly tests
%.hex: %
- elf2hex 16 16384 $< > $@
+ (elf2hex 16 8192 $< 2> /dev/null || elf2hex 16 16384 $<) > $@
%.dump: %
$(RISCV_OBJDUMP) $< > $@