From: Jun ASAKA Date: Tue, 27 Dec 2022 09:21:57 +0000 (+0800) Subject: kbuild: add a missing line for help message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9c9b55a59416a87fc73c479d78cb3218076dbc30;p=linux.git kbuild: add a missing line for help message The help message line for building the source RPM package was missing. Added it. Signed-off-by: Jun ASAKA Reviewed-by: Nathan Chancellor Signed-off-by: Masahiro Yamada --- diff --git a/scripts/Makefile.package b/scripts/Makefile.package index 539e9f765d64d..525a2820976fd 100644 --- a/scripts/Makefile.package +++ b/scripts/Makefile.package @@ -158,6 +158,7 @@ $(perf-tar-pkgs): PHONY += help help: @echo ' rpm-pkg - Build both source and binary RPM kernel packages' + @echo ' srcrpm-pkg - Build only the source kernel RPM package' @echo ' binrpm-pkg - Build only the binary kernel RPM package' @echo ' deb-pkg - Build both source and binary deb kernel packages' @echo ' bindeb-pkg - Build only the binary kernel deb package'