From a7f35179816cbe63eb912f2943515ac497b34e2d Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Tue, 21 Nov 2023 18:24:45 -0600 Subject: [PATCH] Removed testing hack. --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index c3d8b5cb0..bcf967bb8 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,5 +1,5 @@ -RISCV := /home/rose/repos/ -BUILDROOT := ${RISCV}/buildroot-test +RISCV := /opt/riscv +BUILDROOT := ${RISCV}/buildroot IMAGES := ${BUILDROOT}/output/images WALLY := $(shell dirname $(shell pwd)) WALLYLINUX := $(shell pwd)