浏览代码

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>
Masahiro Yamada 7 年之前
父节点
当前提交
7f855fc805
共有 2 个文件被更改,包括 1 次插入4 次删除
  1. 1 1
      Makefile
  2. 0 3
      scripts/Makefile.help

+ 1 - 1
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)'

+ 0 - 3
scripts/Makefile.help

@@ -1,3 +0,0 @@
-
-checker-help:
-	@echo  '  coccicheck      - Check with Coccinelle.'