From 160fc7178177b924bc6df27cf7043939edf4b2f9 Mon Sep 17 00:00:00 2001 From: bzt Date: Mon, 18 Jan 2021 03:39:37 +0100 Subject: [PATCH] Initial Risc-V64 support --- riscv64-icicle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv64-icicle/Makefile b/riscv64-icicle/Makefile index b875a0d..53dce58 100644 --- a/riscv64-icicle/Makefile +++ b/riscv64-icicle/Makefile @@ -1,4 +1,4 @@ -TARGET=../dist/bootbootcb.rv64 +TARGET=../dist/bootboot.rv64 all: $(TARGET)