From fe4315988a2f1210ebd5f7bc8c2586bfec64dd14 Mon Sep 17 00:00:00 2001 From: David Harris Date: Sun, 9 Feb 2025 15:35:13 -0800 Subject: [PATCH] Don't make cvw-arch-verif during system make - not always needed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b03edea98..b55e44c67 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SIM = ${WALLY}/sim .PHONY: all riscof testfloat combined_IF_vectors zsbl benchmarks coremark embench coverage cvw-arch-verif clean -all: riscof testfloat combined_IF_vectors zsbl coverage cvw-arch-verif # benchmarks +all: riscof testfloat combined_IF_vectors zsbl coverage # cvw-arch-verif benchmarks # riscof builds the riscv-arch-test and wally-riscv-arch-test suites riscof: