Skip to content

Commit 9c9b55a

Browse files
Jun-Amanemasahir0y
authored andcommitted
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 <JunASAKA@zzy040330.moe> Reviewed-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 924d28b commit 9c9b55a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Makefile.package

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ $(perf-tar-pkgs):
158158
PHONY += help
159159
help:
160160
@echo ' rpm-pkg - Build both source and binary RPM kernel packages'
161+
@echo ' srcrpm-pkg - Build only the source kernel RPM package'
161162
@echo ' binrpm-pkg - Build only the binary kernel RPM package'
162163
@echo ' deb-pkg - Build both source and binary deb kernel packages'
163164
@echo ' bindeb-pkg - Build only the binary kernel deb package'

0 commit comments

Comments
 (0)