From 687ea37bd60fa62a51937775e64ad96470bd959c Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 20 Sep 2021 02:36:03 +0300 Subject: kbuild: Remove unused options from help text The --no-dt, --no-image and --no-modules options have incorrectly been added to the help text. Remove them. Fixes: e7385853e45b ("kbuild: Add options to selectively compile kernel components") Signed-off-by: Laurent Pinchart --- kbuild.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/kbuild.sh b/kbuild.sh index e0c5877..badd309 100755 --- a/kbuild.sh +++ b/kbuild.sh @@ -45,9 +45,6 @@ usage() { echo "--doc[=dir] Compile the documentation (for the specified dir only)" echo "--dt-check file Run DT bindings checks" echo "-h, --help Print this help text" - echo "--no-dt Don't compile the device trees" - echo "--no-image Don't compile the kernel image" - echo "--no-modules Don't compile the kernel modules" echo "-- End options parsing, next argument is the platform" echo "" echo "Supported platforms:" -- cgit v1.2.3