From edcbe61f7fe879767444bd309b9362556c59aaa0 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 21 Jun 2017 10:46:19 +1000 Subject: [PATCH] do_build: ignore the Section mismatches in vmlinux.o and drivers/built-in.o they will have been reported earlier and the address changes a lot --- do_build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/do_build b/do_build index 7f1728d..451797e 100755 --- 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 } -- 2.39.5