Skip to content
Snippets Groups Projects
Commit aa025e7d authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: document versioncheck in make help


Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent ec2d987f
No related branches found
No related tags found
No related merge requests found
......@@ -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 ' versioncheck - Sanity check on version.h usage'
@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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment