VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Jacob Keller <jacob.e.keller@intel.com> 2020-10-09 17:18:44 -0700 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-10-12 01:58:53 +0900 commit: 7dfbea4c468cfbc7e1ceb619fe337e7582eb1d2d parent: 76c37668768464a6c2d5c49abd36ba0b48a0b131
Commit Summary:
scripts: remove namespace.pl
Diffstat:
1 file changed, 1 insertion, 5 deletions
diff --git a/Makefile b/Makefile
index 088fb7d49dd7..ddadab2f2e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -1576,7 +1576,6 @@ help:
 	 echo  ''
 	@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'
@@ -1876,7 +1875,7 @@ endif
 # Scripts to check various things for consistency
 # ---------------------------------------------------------------------------
 
-PHONY += includecheck versioncheck coccicheck namespacecheck export_report
+PHONY += includecheck versioncheck coccicheck export_report
 
 includecheck:
 	find $(srctree)/* $(RCS_FIND_IGNORE) \
@@ -1891,9 +1890,6 @@ versioncheck:
 coccicheck:
 	$(Q)$(BASH) $(srctree)/scripts/$@
 
-namespacecheck:
-	$(PERL) $(srctree)/scripts/namespace.pl
-
 export_report:
 	$(PERL) $(srctree)/scripts/export_report.pl