mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Removed redundant lines from linux Makefile; gitignore
This commit is contained in:
parent
d89a187ce8
commit
37716f1b56
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,9 +6,6 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
#buildrootignore
|
|
||||||
buildroot/
|
|
||||||
linux-testvectors/*
|
|
||||||
|
|
||||||
#External repos
|
#External repos
|
||||||
addins/riscv-arch-test/Makefile.include
|
addins/riscv-arch-test/Makefile.include
|
||||||
|
@ -41,7 +41,6 @@ install:
|
|||||||
mv $(BUILDROOT) $(RISCV)/$(BUILDROOT)
|
mv $(BUILDROOT) $(RISCV)/$(BUILDROOT)
|
||||||
|
|
||||||
dumptvs:
|
dumptvs:
|
||||||
export RISCV=$(RISCV)
|
|
||||||
mkdir -p $(RISCV)/linux-testvectors
|
mkdir -p $(RISCV)/linux-testvectors
|
||||||
cd testvector-generation; ./genInitMem.sh
|
cd testvector-generation; ./genInitMem.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user