aboutsummaryrefslogtreecommitdiff
path: root/isa/Makefile
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@eecs.berkeley.edu>2014-01-31 18:55:44 -0800
committerAndrew Waterman <waterman@eecs.berkeley.edu>2014-01-31 18:55:44 -0800
commit7d399dc71f1679f53dc5b12acded2b8e84cebdc5 (patch)
treebbee5f0e3d19d8ea8c578af91f7121b3e74fa930 /isa/Makefile
parentcdd27919a7314324aece473270364e358c89f54f (diff)
downloadriscv-tests-7d399dc71f1679f53dc5b12acded2b8e84cebdc5.zip
riscv-tests-7d399dc71f1679f53dc5b12acded2b8e84cebdc5.tar.gz
riscv-tests-7d399dc71f1679f53dc5b12acded2b8e84cebdc5.tar.bz2
Shrink hex dumps
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) $< > $@