summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-14 18:47:20 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-11-17 00:33:09 +0900
commit7f855fc805cd9c29867aed56cc20f818b36a7b7b (patch)
tree5f42f77a3a23af40de0853cfe29433b05968294f /Makefile
parent52c291a36cdc639321584de9de0a47ec62c6ffa1 (diff)
downloadlinux-7f855fc805cd9c29867aed56cc20f818b36a7b7b.tar.gz
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: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58dd24520c9e..06a5798335fc 100644
--- a/Makefile
+++ b/Makefile
@@ -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)'