aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-11-14 15:34:55 -0500
committerSam Ravnborg <sam@ravnborg.org>2008-01-28 17:14:35 -0500
commitaa025e7d5cfbcf9f397c3d734666c91179c934d6 (patch)
tree22fa5bac023dfcc60f638d02ecfd799fed4749fb /Makefile
parentec2d987f98ba775596d0b17d783669b7eda7bae2 (diff)
kbuild: document versioncheck in make help
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 2101e4159e38..d0ffbeb51942 100644
--- a/Makefile
+++ b/Makefile
@@ -1188,6 +1188,7 @@ help:
1188 @echo 'Static analysers' 1188 @echo 'Static analysers'
1189 @echo ' checkstack - Generate a list of stack hogs' 1189 @echo ' checkstack - Generate a list of stack hogs'
1190 @echo ' namespacecheck - Name space analysis on compiled kernel' 1190 @echo ' namespacecheck - Name space analysis on compiled kernel'
1191 @echo ' versioncheck - Sanity check on version.h usage'
1191 @echo ' includecheck - Check for duplicate included header files' 1192 @echo ' includecheck - Check for duplicate included header files'
1192 @echo ' export_report - List the usages of all exported symbols' 1193 @echo ' export_report - List the usages of all exported symbols'
1193 @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \ 1194 @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \