aboutsummaryrefslogtreecommitdiff
path: root/isa/Makefile
diff options
context:
space:
mode:
authorHoward Mao <zhehao.mao@gmail.com>2016-05-03 16:58:45 -0700
committerHoward Mao <zhehao.mao@gmail.com>2016-05-03 16:58:45 -0700
commit4c08364e68da0a6d7e218378acf8894f8289a56f (patch)
treef102a2f6246920d28256a40c5bbf545ff449cb4d /isa/Makefile
parent32eee44a25a5511a11ec50a7f210fe7d2ffcd841 (diff)
downloadriscv-tests-4c08364e68da0a6d7e218378acf8894f8289a56f.zip
riscv-tests-4c08364e68da0a6d7e218378acf8894f8289a56f.tar.gz
riscv-tests-4c08364e68da0a6d7e218378acf8894f8289a56f.tar.bz2
get rid of empty asm test
Diffstat (limited to 'isa/Makefile')
-rw-r--r--isa/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/isa/Makefile b/isa/Makefile
index e3f0781..636cbbe 100644
--- a/isa/Makefile
+++ b/isa/Makefile
@@ -11,7 +11,6 @@ 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
@@ -61,7 +60,6 @@ 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))