diff --git a/.gitignore b/.gitignore index 2acbd1f2a..8e52bfbd2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ .vscode/ +#buildrootignore +/buildroot/ + #External repos addins/riscv-arch-test/Makefile.include addins/riscv-tests/target diff --git a/linux/Makefile b/linux/Makefile index 5f57e73a3..aadb3e087 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -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: