summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValdis.Kletnieks@vt.edu <Valdis.Kletnieks@vt.edu>2007-12-28 21:22:48 -0500
committerSam Ravnborg <sam@ravnborg.org>2008-01-28 23:14:38 +0100
commit243f40cecb292cbb2333749614cf54302fc9cdc0 (patch)
tree78751c03cc8548ae9fa392f101f92775814d71b4 /Makefile
parent1d3b3bfab121cdef07d19797f42f413dccdd65f0 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 698dfc6ba65..6847464402a 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'