]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
tools/make_pip: Add mention of u_boot_pylib in tool list
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 15:36:04 +0000 (08:36 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:06 +0000 (18:39 -0500)
This is not a tool but it is handled by the script, so update the help
to include it.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/make_pip.sh

index 25a4049271c90ea2422312d25792d6c2a5842439..d2639ffd6e439f9be02de87f37625824af46d012 100755 (executable)
@@ -39,7 +39,7 @@ flags="$*"
 if [[ "${tool}" =~ ^(patman|buildman|dtoc|binman|u_boot_pylib)$ ]]; then
        echo "Building dist package for tool ${tool}"
 else
-       echo "Unknown tool ${tool}: use patman, buildman, dtoc or binman"
+       echo "Unknown tool ${tool}: use u_boot_pylib, patman, buildman, dtoc or binman"
        exit 1
 fi