summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2007-11-04 12:01:55 -0800
committerSam Ravnborg <sam@ravnborg.org>2008-01-28 23:14:35 +0100
commitec2d987f98ba775596d0b17d783669b7eda7bae2 (patch)
tree8f2833475a74dc60efce0dda8ba1c3e3e32bdb42 /Makefile
parente662af4281af27f95b1ec2c5eff056328a672fd7 (diff)
downloadlinux-3.10-ec2d987f98ba775596d0b17d783669b7eda7bae2.tar.gz
linux-3.10-ec2d987f98ba775596d0b17d783669b7eda7bae2.tar.bz2
linux-3.10-ec2d987f98ba775596d0b17d783669b7eda7bae2.zip
kbuild: add 'includecheck' help text
Add 'includecheck' to the Static analyzers help list. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> 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 6d419f67939..2101e4159e3 100644
--- 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 ' 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 \
echo ' headers_check - Sanity check on exported headers'; \