Tools: fixed build_examples.sh to not depend on board in config.mk
This commit is contained in:
parent
d844a1ba3c
commit
7a051616ec
@ -6,7 +6,7 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
targets="clean all"
|
targets="clean apm1 clean apm2"
|
||||||
|
|
||||||
[ $# -gt 0 ] && {
|
[ $# -gt 0 ] && {
|
||||||
targets="$*"
|
targets="$*"
|
||||||
@ -23,7 +23,7 @@ for b in $TESTS; do
|
|||||||
echo "Skipping build of $b"
|
echo "Skipping build of $b"
|
||||||
else
|
else
|
||||||
for t in $targets; do
|
for t in $targets; do
|
||||||
make $t
|
make -j4 $t
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user