[PATCH] ARM: Marvell boards: Fix out of tree compilation

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Fri Jun 28 09:52:02 EDT 2013


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 at pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at 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
> 



More information about the barebox mailing list