From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm, suen3: fix compile error, if doing not a local build
Date: Mon, 01 Mar 2010 15:58:18 +0100 [thread overview]
Message-ID: <4B8BD60A.1060205@denx.de> (raw)
In-Reply-To: <4B8BC8C5.1010608@windriver.com>
Signed-off-by: Heiko Schocher <hs@denx.de>
---
Patch against current git://git.denx.de/u-boot-marvell.git
board/keymile/km_arm/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/board/keymile/km_arm/Makefile b/board/keymile/km_arm/Makefile
index fffc6a3..c5b0be1 100644
--- a/board/keymile/km_arm/Makefile
+++ b/board/keymile/km_arm/Makefile
@@ -23,6 +23,9 @@
#
include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../common)
+endif
LIB = $(obj)lib$(BOARD).a
--
1.6.2.5
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2010-03-01 14:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-26 9:36 [U-Boot] Pull request u-boot-marvell.git Prafulla Wadaskar
2010-02-27 23:26 ` Tom
2010-03-01 7:31 ` Heiko Schocher
2010-03-01 14:01 ` Tom
2010-03-01 14:58 ` Heiko Schocher [this message]
2010-03-02 21:25 ` [U-Boot] [PATCH] arm, suen3: fix compile error, if doing not a local build Tom
2010-03-03 4:36 ` Prafulla Wadaskar
2010-03-03 6:14 ` Prafulla Wadaskar
2010-03-05 14:05 ` Tom
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B8BD60A.1060205@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.