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 vap...@gentoo.org --- Makefile

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

2008-08-26 Thread Scott Wood
On Mon, Aug 25, 2008 at 05:16:10PM -0500, Kim Phillips wrote: Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 8c90dab..c30ef57 100644 --- a/Makefile +++ b/Makefile @@ -2065,7