Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f855fc8 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: move coccicheck help from scripts/Makefile.help to top Makefile



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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
parent 52c291a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)'

scripts/Makefile.help

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line

checker-help:
	@echo  '  coccicheck      - Check with Coccinelle.'