From 79d2aacf802c93c2ca18ee25f44694a2f64e3174 Mon Sep 17 00:00:00 2001 From: David Harris Date: Wed, 22 Dec 2021 03:59:08 +0000 Subject: [PATCH] Fixed directory in Makefile for exe2memfile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 35da3a5ed..13d18c37a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: - install - compile - regression + make install + make compile + make regression # install copies over the Makefile.include from riscv-isa-sim # And corrects the TARGETDIR path and the RISCV_PREFIXZ @@ -14,7 +14,7 @@ install: compile: make -C addins/riscv-arch-test make -C addins/riscv-arch-test XLEN=32 - cd tests/wally-riscv-arch-test; exe2memfile.pl work/*/*/*.elf + cd addins/riscv-arch-test; exe2memfile.pl work/*/*/*.elf regression: make -C wally-pipelined/regression