mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
tools/make_pip: Add mention of u_boot_pylib in tool list
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>
This commit is contained in:
@@ -39,7 +39,7 @@ flags="$*"
|
|||||||
if [[ "${tool}" =~ ^(patman|buildman|dtoc|binman|u_boot_pylib)$ ]]; then
|
if [[ "${tool}" =~ ^(patman|buildman|dtoc|binman|u_boot_pylib)$ ]]; then
|
||||||
echo "Building dist package for tool ${tool}"
|
echo "Building dist package for tool ${tool}"
|
||||||
else
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user