diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2009-04-24 12:35:23 -0400 | 
|---|---|---|
| committer | Sam Ravnborg <sam@ravnborg.org> | 2009-05-01 10:54:01 +0200 | 
| commit | c4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8 (patch) | |
| tree | 731a8beec8f63e6e4e019273f693c2f878c674fc /Makefile | |
| parent | 0c56042adc02fa460a2d6bc507a1e3f9bde326fc (diff) | |
| download | linux-c4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8.tar.bz2 | |
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-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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'  |