Re: [U-Boot] [PATCH] fix out of tree building with kallsyms

2012-09-02 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1343724293-7935-1-git-send-email-vap...@gentoo.org> you wrote: > 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 > --- > Makefile |2 +-

[U-Boot] [PATCH] fix out of tree building with kallsyms

2012-07-31 Thread Mike Frysinger
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 --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb37ea1..3605ab8 1006