aboutsummaryrefslogtreecommitdiff
path: root/scripts/reference_init.pl
diff options
context:
space:
mode:
authorGravatar Sam Ravnborg <sam@mars.(none)> 2005-07-14 20:14:42 +0000
committerGravatar Sam Ravnborg <sam@mars.(none)> 2005-07-14 20:14:42 +0000
commit53e88e03e63621a15ec7fbccaaaca1a0f1616ed4 (patch)
tree011c20fd2e8c9e78539911f310f7d64b28a61e21 /scripts/reference_init.pl
parentkbuild: Fix build as root then user (diff)
downloadlinux-53e88e03e63621a15ec7fbccaaaca1a0f1616ed4.tar.gz
linux-53e88e03e63621a15ec7fbccaaaca1a0f1616ed4.tar.bz2
linux-53e88e03e63621a15ec7fbccaaaca1a0f1616ed4.zip
buildcheck: reduce DEBUG_INFO noise from reference* scripts
From: Randy Dunlap <rddunlap@osdl.org> Reduce noise in 'make buildcheck' that is caused by CONFIG_DEBUG_INFO=y. Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/reference_init.pl')
-rw-r--r--scripts/reference_init.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_init.pl b/scripts/reference_init.pl
index 9a2408453869..7f6960b175a2 100644
--- a/scripts/reference_init.pl
+++ b/scripts/reference_init.pl
@@ -98,6 +98,7 @@ foreach $object (sort(keys(%object))) {
$from !~ /\.pdr$/ &&
$from !~ /\__param$/ &&
$from !~ /\.altinstructions/ &&
+ $from !~ /\.eh_frame/ &&
$from !~ /\.debug_/)) {
printf("Error: %s %s refers to %s\n", $object, $from, $line);
}