This commit is contained in:
Philippe Teuwen 2021-10-16 23:43:31 +02:00
commit 232843477c
37 changed files with 115 additions and 129 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
# (Need bash because of Bash Arrays)
# These vars can be overriden by env variables
# These vars can be overridden by env variables
echo "Makefile flags: ${MKFLAGS:=-j8}"
echo "Destination: ${DEST:=firmware}"
echo "Produce stats?: ${STATS:=false}"