Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'