Added new buildroot in root directory to gitignore

This commit is contained in:
slmnemo 2024-03-19 14:38:58 -07:00
parent b2dace02a6
commit ad0cb798bc
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View file

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

View file

@ -1,4 +1,4 @@
RISCV := $(WALLY)/linuximg # Changed to test linux build
RISCV := $(WALLY)# Changed to test linux build
#BUILDROOT := ${RISCV}/buildroot-test
BUILDROOT := buildroot
IMAGES := ${BUILDROOT}/output/images
@ -37,8 +37,8 @@ Image:
$(MAKE) generate
install:
sudo rm -rf $(RISCV)/$(BUILDROOT)
sudo mv $(BUILDROOT) $(RISCV)/$(BUILDROOT)
rm -rf $(RISCV)/$(BUILDROOT)
mv $(BUILDROOT) $(RISCV)/$(BUILDROOT)
# Temp rule for debugging
test: