All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: at91: fix build-error for board-dt
@ 2012-04-21 10:28 Wolfram Sang
  2012-04-21 11:40 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfram Sang @ 2012-04-21 10:28 UTC (permalink / raw)
  To: linux-arm-kernel

From: Wolfram Sang <wolfram@the-dreams.de>

When build-testing i2c-patches, I encountered:

arch/arm/mach-at91/built-in.o:(.arch.info.init+0x34): undefined reference to `at91sam926x_timer'

(using allnoconfig and roughly only MACH_AT91SAM_DT enabled)

Since this boardfile doesn't belong to a specific architecture, directly
add the only supported timer to compilation.

Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
---
 arch/arm/mach-at91/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index 8512e53..d7c17fc 100644
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
@@ -79,7 +79,7 @@ obj-$(CONFIG_MACH_SNAPPER_9260)	+= board-snapper9260.o
 obj-$(CONFIG_MACH_AT91SAM9M10G45EK) += board-sam9m10g45ek.o
 
 # AT91SAM board with device-tree
-obj-$(CONFIG_MACH_AT91SAM_DT) += board-dt.o
+obj-$(CONFIG_MACH_AT91SAM_DT) += board-dt.o at91sam926x_time.o
 
 # AT91X40 board-specific support
 obj-$(CONFIG_MACH_AT91EB01)	+= board-eb01.o
-- 
1.7.10

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

end of thread, other threads:[~2012-04-22 15:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-21 10:28 [PATCH] arm: at91: fix build-error for board-dt Wolfram Sang
2012-04-21 11:40 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-21 14:09   ` Wolfram Sang
2012-04-21 14:43     ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-21 18:39       ` Arnd Bergmann
2012-04-22  1:50         ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-22 13:39           ` Arnd Bergmann
2012-04-22 14:34             ` Wolfram Sang
2012-04-22 15:10             ` Jean-Christophe PLAGNIOL-VILLARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.