mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: Marvell boards: Fix out of tree compilation
@ 2013-06-27 10:06 Sascha Hauer
  2013-06-28 13:52 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2013-06-27 10:06 UTC (permalink / raw)
  To: barebox

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>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: Marvell boards: Fix out of tree compilation
  2013-06-27 10:06 [PATCH] ARM: Marvell boards: Fix out of tree compilation Sascha Hauer
@ 2013-06-28 13:52 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-06-28 13:52 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-28 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27 10:06 [PATCH] ARM: Marvell boards: Fix out of tree compilation Sascha Hauer
2013-06-28 13:52 ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox