From: Jesper Juhl <[EMAIL PROTECTED]>

'make includecheck' is useful and we want people to run it, so 
let 'make help' output information about its existence.


Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
---

 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index e28dde8..2e5eba0 100644
--- a/Makefile
+++ b/Makefile
@@ -1181,6 +1181,7 @@ help:
        @echo  ''
        @echo  'Static analysers'
        @echo  '  checkstack      - Generate a list of stack hogs'
+       @echo  '  includecheck    - Generate a list of files with duplicate 
header includes'
        @echo  '  namespacecheck  - Name space analysis on compiled kernel'
        @echo  '  export_report   - List the usages of all exported symbols'
        @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to