From b2dace02a68597a00b36612d0401751f522bee22 Mon Sep 17 00:00:00 2001 From: slmnemo Date: Tue, 19 Mar 2024 10:53:35 -0700 Subject: [PATCH] Changed linux boot to clone into new directory linuximg. There's probably a better location for this, but this is for preliminary testing --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 46a193090..5f57e73a3 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,4 +1,4 @@ -RISCV := /opt/riscv +RISCV := $(WALLY)/linuximg # Changed to test linux build #BUILDROOT := ${RISCV}/buildroot-test BUILDROOT := buildroot IMAGES := ${BUILDROOT}/output/images