9
0
Fork 0

ARM: Marvell boards: Fix out of tree compilation

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>
This commit is contained in:
Sascha Hauer 2013-06-27 12:05:23 +02:00
parent 0cbb215519
commit 80f51902a6
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
obj-y += board.c
obj-y += board.o

View File

@ -1 +1 @@
obj-y += board.c
obj-y += board.o