Cleanup makefile printing

This commit is contained in:
Jordan Carlin 2024-09-29 17:24:24 -07:00
parent 4092f27b07
commit 90342915af
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Top-level Makefile for CORE-V-Wally # Top-level Makefile for CORE-V-Wally
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 # SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
MAKEFLAGS += --output-sync --no-print-directory
SIM = ${WALLY}/sim SIM = ${WALLY}/sim
.PHONY: all riscof testfloat combined_IF_vectors zsbl benchmarks coremark embench coverage clean .PHONY: all riscof testfloat combined_IF_vectors zsbl benchmarks coremark embench coverage clean

View File

@ -2,6 +2,8 @@
# Floating Point Tests Makefile for CORE-V-Wally # Floating Point Tests Makefile for CORE-V-Wally
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 # SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
MAKEFLAGS += --output-sync --no-print-directory
SOFTFLOAT_DIR := ${WALLY}/addins/berkeley-softfloat-3/build/Linux-x86_64-GCC SOFTFLOAT_DIR := ${WALLY}/addins/berkeley-softfloat-3/build/Linux-x86_64-GCC
TESTFLOAT_DIR := ${WALLY}/addins/berkeley-testfloat-3/build/Linux-x86_64-GCC TESTFLOAT_DIR := ${WALLY}/addins/berkeley-testfloat-3/build/Linux-x86_64-GCC