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__/
|
__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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user