dect
/
linux-2.6
Archived
13
0
Fork 0

kbuild: document 'make prepare' in 'make help'

The output of 'make help' covers a lot of options, but doesn't include
a listing for 'make prepare'.  Here's a one-liner to fix that...

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
Valdis.Kletnieks@vt.edu 2007-12-28 21:22:48 -05:00 committed by Sam Ravnborg
parent 1d3b3bfab1
commit 243f40cecb
1 changed files with 1 additions and 0 deletions

View File

@ -1181,6 +1181,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 ' tags/TAGS - Generate tags file for editors'
@echo ' cscope - Generate cscope index'
@echo ' kernelrelease - Output the release version string'