summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-09-20 02:36:03 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-09-20 02:37:13 +0300
commit687ea37bd60fa62a51937775e64ad96470bd959c (patch)
treee94ea8d299ba53db90c066b1c089a6f669dcd58a
parent56a0cc493597f8fccb99c91738b1746892d90427 (diff)
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 <laurent.pinchart@ideasonboard.com>
-rwxr-xr-xkbuild.sh3
1 files changed, 0 insertions, 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:"