kbuild: document versioncheck in make help
authorSam Ravnborg <sam@ravnborg.org>
Wed, 14 Nov 2007 20:34:55 +0000 (21:34 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 28 Jan 2008 22:14:35 +0000 (23:14 +0100)
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile

index 2101e41..d0ffbeb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1188,6 +1188,7 @@ help:
        @echo  'Static analysers'
        @echo  '  checkstack      - Generate a list of stack hogs'
        @echo  '  namespacecheck  - Name space analysis on compiled kernel'
+       @echo  '  versioncheck    - Sanity check on version.h usage'
        @echo  '  includecheck    - Check for duplicate included header files'
        @echo  '  export_report   - List the usages of all exported symbols'
        @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \