From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] ARM: Marvell boards: Fix out of tree compilation
Date: Fri, 28 Jun 2013 15:52:02 +0200 [thread overview]
Message-ID: <20130628135202.GA23449@game.jcrosoft.org> (raw)
In-Reply-To: <1372327600-24715-1-git-send-email-s.hauer@pengutronix.de>
On 12:06 Thu 27 Jun , Sascha Hauer wrote:
> The Marvell boards accidently add a .c instead of a .o file
> to the targets. This has the side effect of breaking out of tree
> compilation.
>
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Best Regards,
J.
> ---
> arch/arm/boards/globalscale-mirabox/Makefile | 2 +-
> arch/arm/boards/solidrun-cubox/Makefile | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boards/globalscale-mirabox/Makefile b/arch/arm/boards/globalscale-mirabox/Makefile
> index 9320510..dcfc293 100644
> --- a/arch/arm/boards/globalscale-mirabox/Makefile
> +++ b/arch/arm/boards/globalscale-mirabox/Makefile
> @@ -1 +1 @@
> -obj-y += board.c
> +obj-y += board.o
> diff --git a/arch/arm/boards/solidrun-cubox/Makefile b/arch/arm/boards/solidrun-cubox/Makefile
> index 9320510..dcfc293 100644
> --- a/arch/arm/boards/solidrun-cubox/Makefile
> +++ b/arch/arm/boards/solidrun-cubox/Makefile
> @@ -1 +1 @@
> -obj-y += board.c
> +obj-y += board.o
> --
> 1.8.3.1
>
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2013-06-28 13:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-27 10:06 Sascha Hauer
2013-06-28 13:52 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
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=20130628135202.GA23449@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox