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__/ __pycache__/
.vscode/ .vscode/
#buildrootignore
/buildroot/
#External repos #External repos
addins/riscv-arch-test/Makefile.include addins/riscv-arch-test/Makefile.include
addins/riscv-tests/target 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 := ${RISCV}/buildroot-test
BUILDROOT := buildroot BUILDROOT := buildroot
IMAGES := ${BUILDROOT}/output/images IMAGES := ${BUILDROOT}/output/images
@ -37,8 +37,8 @@ Image:
$(MAKE) generate $(MAKE) generate
install: install:
sudo rm -rf $(RISCV)/$(BUILDROOT) rm -rf $(RISCV)/$(BUILDROOT)
sudo mv $(BUILDROOT) $(RISCV)/$(BUILDROOT) mv $(BUILDROOT) $(RISCV)/$(BUILDROOT)
# Temp rule for debugging # Temp rule for debugging
test: test: