Skip to content

Commit

Permalink
kbuild: move coccicheck help from scripts/Makefile.help to top Makefile
Browse files Browse the repository at this point in the history
In my view, it is not helpful to have a separate file just for
the coccicheck help message.  Merge scripts/Makefile.help into
the top-level Makefile.

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Julia Lawall <[email protected]>
  • Loading branch information
masahir0y committed Nov 16, 2017
1 parent 52c291a commit 7f855fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ help:
@echo ' export_report - List the usages of all exported symbols'
@echo ' headers_check - Sanity check on exported headers'
@echo ' headerdep - Detect inclusion cycles in headers'
@$(MAKE) -f $(srctree)/scripts/Makefile.help checker-help
@echo ' coccicheck - Check with Coccinelle'
@echo ''
@echo 'Kernel selftest:'
@echo ' kselftest - Build and run kernel selftest (run as root)'
Expand Down
3 changes: 0 additions & 3 deletions scripts/Makefile.help

This file was deleted.

0 comments on commit 7f855fc

Please sign in to comment.