diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2007-11-29 10:46:38 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-01-28 23:14:36 +0100 |
commit | 899c38420c56b20e12a31fe9adfa92cd21782370 (patch) | |
tree | 381a17a7226b73ee32e97fbdb160b5a38a28c190 /Makefile | |
parent | 3dce174cfcba11026b028d33bed0438b80e37124 (diff) |
Kbuild: Clarify the rpm-related make packaging targets
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1181,7 +1181,6 @@ help: @echo ' dir/ - Build all files in dir and below' @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.ko - Build module including final link' - @echo ' rpm - Build a kernel as an RPM package' @echo ' tags/TAGS - Generate tags file for editors' @echo ' cscope - Generate cscope index' @echo ' kernelrelease - Output the release version string' |