aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/build-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/build-all.sh b/bin/build-all.sh
index c5bc19a..e91280a 100755
--- a/bin/build-all.sh
+++ b/bin/build-all.sh
@@ -19,7 +19,7 @@ FAIL=0
PASSED=''
FAILED=''
-for TARGET in hw/*/*/cfg.h ; do
+for TARGET in $(find hw/*/* -name "$UI".h) ; do
# maybe limit builds to a specific pattern
if [ ! -z "$SEARCH" ]; then
@@ -28,7 +28,7 @@ for TARGET in hw/*/*/cfg.h ; do
fi
# friendly name for this build
- NAME=$(echo "$TARGET" | perl -ne 's|/|-|g; /hw-(.*)-cfg.h/ && print "$1\n";')
+ NAME=$(echo "$TARGET" | perl -ne 's|/|-|g; /hw-(.*)-'"$UI"'.h/ && print "$1\n";')
echo "===== $NAME ====="
# figure out MCU type
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.