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