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@xxxxxxxxxxxxxx> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@xxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox