aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package/Makefile')
-rw-r--r--scripts/package/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/package/Makefile b/scripts/package/Makefile
index fbb8cf5d4e19..353b8ea5c32c 100644
--- a/scripts/package/Makefile
+++ b/scripts/package/Makefile
@@ -94,7 +94,8 @@ clean-dirs += $(objtree)/tar-install/
94# --------------------------------------------------------------------------- 94# ---------------------------------------------------------------------------
95help: 95help:
96 @echo ' rpm-pkg - Build the kernel as an RPM package' 96 @echo ' rpm-pkg - Build the kernel as an RPM package'
97 @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel & modules' 97 @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel
98 @echo ' and modules'
98 @echo ' deb-pkg - Build the kernel as an deb package' 99 @echo ' deb-pkg - Build the kernel as an deb package'
99 @echo ' tar-pkg - Build the kernel as an uncompressed tarball' 100 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
100 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' 101 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'