scripts/xtensa-build-all.sh: clarify help of -c option

"Configure defconfig" misses the most important, interactive difference.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2020-06-15 11:50:26 -07:00 committed by Liam Girdwood
parent 2afbbd0ef1
commit e76ccbad59
1 changed files with 4 additions and 1 deletions

View File

@ -21,12 +21,15 @@ pwd=$(pwd)
print_usage() print_usage()
{ {
cat <<EOF cat <<EOF
Re-configures and re-builds SOF using the corresponding compiler and
platform's _defconfig file.
usage: xtensa-build.sh [options] platform(s) usage: xtensa-build.sh [options] platform(s)
-r Build rom (gcc only) -r Build rom (gcc only)
-a Build all platforms -a Build all platforms
-u Force UP ARCH -u Force UP ARCH
-d Enable debug build -d Enable debug build
-c Configure defconfig -c Interactive menuconfig
-k Use private key -k Use private key
-v Verbose Makefile log -v Verbose Makefile log
-j n Set number of make build jobs. Jobs=#cores when no flag. \ -j n Set number of make build jobs. Jobs=#cores when no flag. \