From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm, suen3: fix compile error, if doing not a local build
Date: Tue, 02 Mar 2010 15:25:16 -0600 [thread overview]
Message-ID: <4B8D823C.8040006@windriver.com> (raw)
In-Reply-To: <4B8BD60A.1060205@denx.de>
Heiko Schocher wrote:
> 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(-)
>
This fixes the build errors.
There are still some compile warnings wrt dereferencing pointers.
Do you have a fix for these?
Prafulla,
Are you ok with me pushing this directly to ARM ?
Tom
> 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
>
next prev parent reply other threads:[~2010-03-02 21:25 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 ` [U-Boot] [PATCH] arm, suen3: fix compile error, if doing not a local build Heiko Schocher
2010-03-02 21:25 ` Tom [this message]
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=4B8D823C.8040006@windriver.com \
--to=tom.rix@windriver.com \
--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.