diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-11-04 15:01:55 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-01-28 17:14:35 -0500 |
commit | ec2d987f98ba775596d0b17d783669b7eda7bae2 (patch) | |
tree | 8f2833475a74dc60efce0dda8ba1c3e3e32bdb42 /Makefile | |
parent | e662af4281af27f95b1ec2c5eff056328a672fd7 (diff) |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ' includecheck - Check for duplicate included header files' | ||
1191 | @echo ' export_report - List the usages of all exported symbols' | 1192 | @echo ' export_report - List the usages of all exported symbols' |
1192 | @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \ | 1193 | @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \ |
1193 | echo ' headers_check - Sanity check on exported headers'; \ | 1194 | echo ' headers_check - Sanity check on exported headers'; \ |