diff options
Diffstat (limited to 'scripts/reference_init.pl')
| -rw-r--r-- | scripts/reference_init.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_init.pl b/scripts/reference_init.pl index 23cea187a857..e4c57a371fba 100644 --- a/scripts/reference_init.pl +++ b/scripts/reference_init.pl @@ -95,6 +95,7 @@ foreach $object (sort(keys(%object))) { $from !~ /\.text\.lock$/ && $from !~ /\.pci_fixup_header$/ && $from !~ /\.pci_fixup_final$/ && + $from !~ /\__param$/ && $from !~ /\.debug_/)) { printf("Error: %s %s refers to %s\n", $object, $from, $line); } |
