From: Sam Ravnborg Date: Mon, 26 Feb 2007 14:33:52 +0000 (+0100) Subject: kbuild: fix section mismatch check for vmlinux X-Git-Tag: v2.6.22-rc1~1007^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85bd2fddd68e757da8e1af98f857f61a3c9ce647;p=pandora-kernel.git 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 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 --- Reading git-diff-tree failed