aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2006-03-21 01:28:24 -0500
committerSam Ravnborg <sam@mars.ravnborg.org>2006-03-21 01:28:24 -0500
commiteae0f536f640bb95f2ad437a57c40c7d5683d1ac (patch)
tree40e5ca04ecf2390fe75f3efad17f8e51d4aced66 /Makefile
parent6c2133e11b422b7379b5a660c639f7d53d18ca3b (diff)
kbuild: remove obsoleted scripts/reference_* files
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 <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 0c223dfd3020..6df94f9168c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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
1258buildcheck:
1259 $(PERL) $(srctree)/scripts/reference_discarded.pl
1260 $(PERL) $(srctree)/scripts/reference_init.pl
1261
1262namespacecheck: 1256namespacecheck:
1263 $(PERL) $(srctree)/scripts/namespace.pl 1257 $(PERL) $(srctree)/scripts/namespace.pl
1264 1258