From d362dcbe560414561af94a204cffaae0888a24cb Mon Sep 17 00:00:00 2001 From: Wojciech Ozga Date: Mon, 13 Jan 2025 17:56:58 +0100 Subject: [PATCH] Update Makefile Add ace binary to the PATH to simplify running ACE in QEMU --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a96a216..57a03e8 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,7 @@ emulator: setup devtools tools: setup mkdir -p $(TOOLS_WORK_DIR) ;\ cp -rf $(TOOLS_SOURCE_DIR)/*.sh $(TOOLS_WORK_DIR)/ ;\ + cp -rf $(TOOLS_SOURCE_DIR)/ace $(TOOLS_WORK_DIR)/ ;\ PATH="$(RISCV_GNU_TOOLCHAIN_WORK_DIR)/bin:$(PATH)" TOOLS_WORK_DIR=$(TOOLS_WORK_DIR) ACE_DIR=$(ACE_DIR) $(MAKE) -C tools/cove_tap_tool; verify: