]> git.ozlabs.org Git - next-scripts/commitdiff
do_build: ignore the Section mismatches in vmlinux.o and drivers/built-in.o
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Jun 2017 00:46:19 +0000 (10:46 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Jun 2017 01:10:29 +0000 (11:10 +1000)
they will have been reported earlier and the address changes a lot

do_build

index 7f1728d9a5ce215c1a5d6c91a277a651f61fb8fc..451797e76319c133f8fbe1b7fb753329cf1190b9 100755 (executable)
--- a/do_build
+++ b/do_build
@@ -56,6 +56,8 @@ $cmd <<-EOF
 /^System is [[:digit:]]+ kB$/d
 /^CRC [[:xdigit:]]+$/d
 /^Kernel: arch\/x86\/boot\/bzImage is ready  \(#[[:digit:]]+\)$/d
+/^WARNING: vmlinux\.o\(\.text\+0x[[:xdigit:]]+\): Section mismatch in reference from /d
+/^WARNING: drivers\/built-in\.o\(\.text\+0x[[:xdigit:]]+\): Section mismatch in reference from /d
 ' | grep -vxFf $bparent/log-ignore
        }