Skip to content

Commit

Permalink
kbuild: remove obsoleted scripts/reference_* files
Browse files Browse the repository at this point in the history
The checks performed by scripts/reference_* has been moved to modpost.
Remove the files and their reference in top-level Makefile.

Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
Sam Ravnborg committed Mar 21, 2006
1 parent 6c2133e commit eae0f53
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 226 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1028,8 +1028,6 @@ help:
@echo ' kernelversion - Output the version stored in Makefile'
@echo ''
@echo 'Static analysers'
@echo ' buildcheck - List dangling references to vmlinux discarded sections'
@echo ' and init sections from non-init sections'
@echo ' checkstack - Generate a list of stack hogs'
@echo ' namespacecheck - Name space analysis on compiled kernel'
@echo ''
Expand Down Expand Up @@ -1255,10 +1253,6 @@ versioncheck:
-name '*.[hcS]' -type f -print | sort \
| xargs $(PERL) -w scripts/checkversion.pl

buildcheck:
$(PERL) $(srctree)/scripts/reference_discarded.pl
$(PERL) $(srctree)/scripts/reference_init.pl

namespacecheck:
$(PERL) $(srctree)/scripts/namespace.pl

Expand Down
112 changes: 0 additions & 112 deletions scripts/reference_discarded.pl

This file was deleted.

108 changes: 0 additions & 108 deletions scripts/reference_init.pl

This file was deleted.

0 comments on commit eae0f53

Please sign in to comment.