git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc87c39
)
kbuild: fix section mismatch check for vmlinux
author
Sam Ravnborg
<sam@ravnborg.org>
Mon, 26 Feb 2007 14:33:52 +0000
(15:33 +0100)
committer
Sam Ravnborg
<sam@ravnborg.org>
Wed, 2 May 2007 18:58:07 +0000
(20:58 +0200)
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>
No differences found