Commit aa025e7d5cfbcf9f397c3d734666c91179c934d6

Authored by Sam Ravnborg
1 parent ec2d987f98

kbuild: document versioncheck in make help

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -1188,6 +1188,7 @@
1188 1188 @echo 'Static analysers'
1189 1189 @echo ' checkstack - Generate a list of stack hogs'
1190 1190 @echo ' namespacecheck - Name space analysis on compiled kernel'
  1191 + @echo ' versioncheck - Sanity check on version.h usage'
1191 1192 @echo ' includecheck - Check for duplicate included header files'
1192 1193 @echo ' export_report - List the usages of all exported symbols'
1193 1194 @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \