mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Cleanup makefile printing
This commit is contained in:
parent
4092f27b07
commit
90342915af
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user