summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/make_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/make_all.sh b/util/make_all.sh
index c8f7b4080d..558b8fa3bc 100755
--- a/util/make_all.sh
+++ b/util/make_all.sh
@@ -10,7 +10,7 @@
boards=$(ls -1 board | grep -v host)
for b in $boards; do
echo ======== building $b
- make BOARD=$b
+ make BOARD=$b $*
done
# Run unit tests