mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Fixed commit where Linux Makefile always built Linux into repo instead of into shared directory.
This commit is contained in:
parent
3ee25c8936
commit
d89a187ce8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue