From c798ab3e78d4ca857c9aa6dc283176df1769becd Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 3 Nov 2023 10:53:34 -0600 Subject: moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, and updated other scripts and files accordingly --- bin/build-all.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bin/build-all.sh') diff --git a/bin/build-all.sh b/bin/build-all.sh index 582ed87..2d443a5 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Anduril / FSM build wrapper script +# Copyright (C) 2017-2023 Selene ToyKeeper +# SPDX-License-Identifier: GPL-3.0-or-later # Usage: build-all.sh [pattern] # If pattern given, only build targets which match. @@ -41,10 +44,6 @@ for TARGET in $( find hw/*/*/ -name "$UI".h ) ; do # announce what we're going to build echo "===== $UI : $NAME =====" - # figure out MCU type - #ATTINY=$(grep 'ATTINY:' $TARGET | awk '{ print $3 }') - #if [ -z "$ATTINY" ]; then ATTINY=85 ; fi - # try to compile bin/build.sh "$TARGET" -- cgit v1.2.3