提交 9c9b55a5 编写于 作者: J Jun ASAKA 提交者: Masahiro Yamada

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: NJun ASAKA <JunASAKA@zzy040330.moe>
Reviewed-by: NNathan Chancellor <nathan@kernel.org>
Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
上级 924d28b3
...@@ -158,6 +158,7 @@ $(perf-tar-pkgs): ...@@ -158,6 +158,7 @@ $(perf-tar-pkgs):
PHONY += help PHONY += help
help: help:
@echo ' rpm-pkg - Build both source and binary RPM kernel packages' @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 ' binrpm-pkg - Build only the binary kernel RPM package'
@echo ' deb-pkg - Build both source and binary deb kernel packages' @echo ' deb-pkg - Build both source and binary deb kernel packages'
@echo ' bindeb-pkg - Build only the binary kernel deb package' @echo ' bindeb-pkg - Build only the binary kernel deb package'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册