From 0a774d9bf3a15433929cc03e784ce9ee609f8c3d Mon Sep 17 00:00:00 2001 From: slmnemo Date: Fri, 1 Jul 2022 16:28:29 -0700 Subject: [PATCH] Fixed make error --- tests/riscof/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/riscof/Makefile b/tests/riscof/Makefile index 621a5b54b..830b9eef6 100644 --- a/tests/riscof/Makefile +++ b/tests/riscof/Makefile @@ -8,7 +8,7 @@ wally_workdir = $(work)/wally-riscv-arch-test current_dir = $(shell pwd) XLEN ?= 64 -all: root build_arch build_wally memfile +all: root build_arch # build_wally memfile root: mkdir -p $(work_dir)