mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added new buildroot in root directory to gitignore
This commit is contained in:
parent
b2dace02a6
commit
ad0cb798bc
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,9 @@
|
||||
__pycache__/
|
||||
.vscode/
|
||||
|
||||
#buildrootignore
|
||||
/buildroot/
|
||||
|
||||
#External repos
|
||||
addins/riscv-arch-test/Makefile.include
|
||||
addins/riscv-tests/target
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user