Re: kbuild: fix section mismatch check for vmlinux

2007-06-11 Thread Sam Ravnborg
On Mon, Jun 11, 2007 at 10:25:59AM +0200, Jan Beulich wrote: > >vmlinux does not contain relocation entries which is > >used by the section mismatch checks. > >Reported by: Atsushi Nemoto <[EMAIL PROTECTED]> > > > >Use the individual objects as inputs to overcome > >this limitation. > >In modpost c

Re: kbuild: fix section mismatch check for vmlinux

2007-06-11 Thread Jan Beulich
>vmlinux does not contain relocation entries which is >used by the section mismatch checks. >Reported by: Atsushi Nemoto <[EMAIL PROTECTED]> > >Use the individual objects as inputs to overcome >this limitation. >In modpost check the .o files and skip non-ELF files. > >Signed-off-by: Sam Ravnborg <[