aboutsummaryrefslogtreecommitdiff
path: root/isa/Makefile
diff options
context:
space:
mode:
authorHoward Mao <zhehao.mao@gmail.com>2016-05-02 18:32:29 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-05-03 11:16:51 -0700
commit82a9395e97dadc87e3dce289895ff88ef7e2fd51 (patch)
tree319e65c2538de8797ab79fc595b29f83b6541533 /isa/Makefile
parentef625f6968e0a862b324d0d855f5edde13191e1f (diff)
downloadriscv-tests-82a9395e97dadc87e3dce289895ff88ef7e2fd51.zip
riscv-tests-82a9395e97dadc87e3dce289895ff88ef7e2fd51.tar.gz
riscv-tests-82a9395e97dadc87e3dce289895ff88ef7e2fd51.tar.bz2
add empty ISA test
Diffstat (limited to 'isa/Makefile')
-rw-r--r--isa/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/isa/Makefile b/isa/Makefile
index 636cbbe..e3f0781 100644
--- a/isa/Makefile
+++ b/isa/Makefile
@@ -11,6 +11,7 @@ include $(src_dir)/rv64mi/Makefrag
include $(src_dir)/rv32ui/Makefrag
include $(src_dir)/rv32si/Makefrag
include $(src_dir)/rv32mi/Makefrag
+include $(src_dir)/rvall/Makefrag
default: all
@@ -60,6 +61,7 @@ tests += $$($(1)_tests)
endef
+$(eval $(call compile_template,rvall))
$(eval $(call compile_template,rv32ui,-m32))
$(eval $(call compile_template,rv32si,-m32))
$(eval $(call compile_template,rv32mi,-m32))