[PATCH] Let 'make help' output info about includecheck

From: Jesper Juhl
Date: Sun Nov 11 2007 - 19:01:23 EST


From: Jesper Juhl <jesper.juhl@xxxxxxxxx>

'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 <jesper.juhl@xxxxxxxxx>
---

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/