Fixed commit where Linux Makefile always built Linux into repo instead of into shared directory.

This commit is contained in:
slmnemo 2024-04-05 20:44:11 -07:00
parent 3ee25c8936
commit d89a187ce8

View file

@ -1,4 +1,4 @@
RISCV := $(WALLY)# Changed to test linux build
RISCV := $(RISCV)
#BUILDROOT := ${RISCV}/buildroot-test
BUILDROOT := buildroot
IMAGES := ${BUILDROOT}/output/images
@ -42,7 +42,7 @@ install:
dumptvs:
export RISCV=$(RISCV)
mkdir -p ../linux-testvectors
mkdir -p $(RISCV)/linux-testvectors
cd testvector-generation; ./genInitMem.sh
# Temp rule for debugging