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