mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 03:24:50 -04:00
Don't make cvw-arch-verif during system make - not always needed
This commit is contained in:
parent
f24f9ee4d1
commit
fe4315988a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue