aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2007-11-29 10:46:38 -0500
committerSam Ravnborg <sam@ravnborg.org>2008-01-28 17:14:36 -0500
commit899c38420c56b20e12a31fe9adfa92cd21782370 (patch)
tree381a17a7226b73ee32e97fbdb160b5a38a28c190 /Makefile
parent3dce174cfcba11026b028d33bed0438b80e37124 (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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8d1fd525e17..953359ed9871 100644
--- a/Makefile
+++ b/Makefile
@@ -1181,7 +1181,6 @@ help:
1181 @echo ' dir/ - Build all files in dir and below' 1181 @echo ' dir/ - Build all files in dir and below'
1182 @echo ' dir/file.[ois] - Build specified target only' 1182 @echo ' dir/file.[ois] - Build specified target only'
1183 @echo ' dir/file.ko - Build module including final link' 1183 @echo ' dir/file.ko - Build module including final link'
1184 @echo ' rpm - Build a kernel as an RPM package'
1185 @echo ' tags/TAGS - Generate tags file for editors' 1184 @echo ' tags/TAGS - Generate tags file for editors'
1186 @echo ' cscope - Generate cscope index' 1185 @echo ' cscope - Generate cscope index'
1187 @echo ' kernelrelease - Output the release version string' 1186 @echo ' kernelrelease - Output the release version string'