Removed redundant lines from linux Makefile; gitignore

This commit is contained in:
slmnemo 2024-04-05 20:53:52 -07:00
parent d89a187ce8
commit 37716f1b56
2 changed files with 0 additions and 4 deletions

3
.gitignore vendored
View File

@ -6,9 +6,6 @@
__pycache__/
.vscode/
#buildrootignore
buildroot/
linux-testvectors/*
#External repos
addins/riscv-arch-test/Makefile.include

View File

@ -41,7 +41,6 @@ install:
mv $(BUILDROOT) $(RISCV)/$(BUILDROOT)
dumptvs:
export RISCV=$(RISCV)
mkdir -p $(RISCV)/linux-testvectors
cd testvector-generation; ./genInitMem.sh