commit | 85bd2fddd68e757da8e1af98f857f61a3c9ce647 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Mon Feb 26 15:33:52 2007 +0100 |
committer | Sam Ravnborg <sam@ravnborg.org> | Wed May 02 20:58:07 2007 +0200 |
tree | 2570f9ac0ba8ecd6373fec48e923ead773319369 | |
parent | dc87c3985e9b442c60994308a96f887579addc39 [diff] |
kbuild: fix section mismatch check for vmlinux vmlinux does not contain relocation entries which is used by the section mismatch checks. Reported by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> 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 <sam@ravnborg.org>