aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day2009-04-24 11:35:23 -0500
committerSam Ravnborg2009-05-01 03:54:01 -0500
commitc4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8 (patch)
tree731a8beec8f63e6e4e019273f693c2f878c674fc /Makefile
parent0c56042adc02fa460a2d6bc507a1e3f9bde326fc (diff)
downloadkernel-omap-c4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8.tar.gz
kernel-omap-c4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8.tar.xz
kernel-omap-c4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8.zip
kbuild: "make prepare" should be "make modules_prepare"
Correct the Makefile help text to read "make modules_prepare". 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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b309fca4b944..b18afad2e100 100644
--- a/Makefile
+++ b/Makefile
@@ -1293,7 +1293,7 @@ help:
1293 @echo ' dir/ - Build all files in dir and below' 1293 @echo ' dir/ - Build all files in dir and below'
1294 @echo ' dir/file.[ois] - Build specified target only' 1294 @echo ' dir/file.[ois] - Build specified target only'
1295 @echo ' dir/file.ko - Build module including final link' 1295 @echo ' dir/file.ko - Build module including final link'
1296 @echo ' prepare - Set up for building external modules' 1296 @echo ' modules_prepare - Set up for building external modules'
1297 @echo ' tags/TAGS - Generate tags file for editors' 1297 @echo ' tags/TAGS - Generate tags file for editors'
1298 @echo ' cscope - Generate cscope index' 1298 @echo ' cscope - Generate cscope index'
1299 @echo ' kernelrelease - Output the release version string' 1299 @echo ' kernelrelease - Output the release version string'