kbuild: "make prepare" should be "make modules_prepare"
authorRobert P. J. Day <rpjday@crashcourse.ca>
Fri, 24 Apr 2009 16:35:23 +0000 (12:35 -0400)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 1 May 2009 08:54:01 +0000 (10:54 +0200)
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>
Makefile

index b309fca..b18afad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1293,7 +1293,7 @@ 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  '  prepare         - Set up for building external modules'
+       @echo  '  modules_prepare - Set up for building external modules'
        @echo  '  tags/TAGS       - Generate tags file for editors'
        @echo  '  cscope          - Generate cscope index'
        @echo  '  kernelrelease   - Output the release version string'