commit | eedb91dbb381655096a1df19545d33de249f539e | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jul 30 22:44:53 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 02 17:41:38 2012 +0200 |
tree | 19c05883a672a6a2c804b6bf18a7397a265b4f0c | |
parent | 1150ff8cc04c0bb7980dc207960637fb7ad738fc [diff] |
fix out of tree building with kallsyms The call to SYSTEM_MAP assumes that the u-boot output is in $PWD when it really should be in $(obj). This fixes building out of tree. Signed-off-by: Mike Frysinger <vapier@gentoo.org>