commit | d1f25e6658943569f2713dfde1b9d74e2f6c7243 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Thu Jan 17 21:17:42 2008 +0100 |
committer | Sam Ravnborg <sam@ravnborg.org> | Mon Jan 28 23:14:40 2008 +0100 |
tree | b1c84264df8ed3941e6473f7126b13325c1aeacb | |
parent | fa220d89ad050cf5d970c0418ded019a80efedfb [diff] |
kbuild: fix so modpost can now check any .o file It is very convinient to say: scripts/mod/modpost mm/built-in.o to check if any section mismatch errors occured in mm/ (as an example). Fix it so this is possible again. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>