Skip to content
Snippets Groups Projects
Commit d1788178 authored by Coywolf Qi Hunt's avatar Coywolf Qi Hunt Committed by Sam Ravnborg
Browse files

[PATCH] kbuild: make help binrpm-pkg fix


This fixes kbuild make help binrpm-pkg missing `''.

Signed-off-by: default avatarCoywolf Qi Hunt <coywolf@lovecn.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 3c521e06
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ clean-dirs += $(objtree)/tar-install/
# ---------------------------------------------------------------------------
help:
@echo ' rpm-pkg - Build the kernel as an RPM package'
@echo ' binrpm-pkg - Build an rpm package containing the compiled kernel
@echo ' binrpm-pkg - Build an rpm package containing the compiled kernel'
@echo ' and modules'
@echo ' deb-pkg - Build the kernel as an deb package'
@echo ' tar-pkg - Build the kernel as an uncompressed tarball'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment