projects
/
rpi-open-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
unified VC4 and ARM runtime code (including C++ runtime), updated some minor bits
[rpi-open-firmware.git]
/
buildall.sh
diff --git
a/buildall.sh
b/buildall.sh
old mode 100755
(executable)
new mode 100644
(file)
index
67648d6
..
ea275d2
--- a/
buildall.sh
+++ b/
buildall.sh
@@
-16,4
+16,9
@@
echo "-----------------------------------------"
echo "Building firmware ..."
echo "-----------------------------------------"
cd ..
-make
\ No newline at end of file
+make
+
+# stage through WSL
+if [ "$1" = "sw" ]; then
+ tools/wslstage.py
+fi
\ No newline at end of file
This page took
0.030178 seconds
and
4
git commands to generate.