From: Valdis.Kletnieks@vt.edu Date: Sat, 29 Dec 2007 02:22:48 +0000 (-0500) Subject: kbuild: document 'make prepare' in 'make help' X-Git-Tag: v2.6.25-rc1~1164^2~37 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=243f40cecb292cbb2333749614cf54302fc9cdc0 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 Signed-off-by: Sam Ravnborg --- diff --git a/Makefile b/Makefile index 698dfc6ba65c..6847464402aa 100644 --- a/Makefile +++ b/Makefile @@ -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'