From 4425946db8f61bba0a826bb9a2801da39edf0503 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Mon, 5 Jun 2023 11:49:16 -0500 Subject: [PATCH] Fixed typo in coremark makefile. --- benchmarks/coremark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/coremark/Makefile b/benchmarks/coremark/Makefile index 7b30dcd3e..2c5bf957b 100644 --- a/benchmarks/coremark/Makefile +++ b/benchmarks/coremark/Makefile @@ -4,7 +4,7 @@ PORT_DIR = $(CURDIR)/riscv64-baremetal cmbase=../../addins/coremark -work_dir= ../benchmarks/coremark/work +work_dir= work XLEN ?=64 sources=$(cmbase)/core_main.c $(cmbase)/core_list_join.c $(cmbase)/coremark.h \ $(cmbase)/core_matrix.c $(cmbase)/core_state.c $(cmbase)/core_util.c \