diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1028,8 +1028,6 @@ help: | |||
1028 | @echo ' kernelversion - Output the version stored in Makefile' | 1028 | @echo ' kernelversion - Output the version stored in Makefile' |
1029 | @echo '' | 1029 | @echo '' |
1030 | @echo 'Static analysers' | 1030 | @echo 'Static analysers' |
1031 | @echo ' buildcheck - List dangling references to vmlinux discarded sections' | ||
1032 | @echo ' and init sections from non-init sections' | ||
1033 | @echo ' checkstack - Generate a list of stack hogs' | 1031 | @echo ' checkstack - Generate a list of stack hogs' |
1034 | @echo ' namespacecheck - Name space analysis on compiled kernel' | 1032 | @echo ' namespacecheck - Name space analysis on compiled kernel' |
1035 | @echo '' | 1033 | @echo '' |
@@ -1255,10 +1253,6 @@ versioncheck: | |||
1255 | -name '*.[hcS]' -type f -print | sort \ | 1253 | -name '*.[hcS]' -type f -print | sort \ |
1256 | | xargs $(PERL) -w scripts/checkversion.pl | 1254 | | xargs $(PERL) -w scripts/checkversion.pl |
1257 | 1255 | ||
1258 | buildcheck: | ||
1259 | $(PERL) $(srctree)/scripts/reference_discarded.pl | ||
1260 | $(PERL) $(srctree)/scripts/reference_init.pl | ||
1261 | |||
1262 | namespacecheck: | 1256 | namespacecheck: |
1263 | $(PERL) $(srctree)/scripts/namespace.pl | 1257 | $(PERL) $(srctree)/scripts/namespace.pl |
1264 | 1258 | ||