summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-04 01:20:19 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-20 15:02:37 +0200
commit7ac38053538f45032f8f52e99d5cd3368c06037c (patch)
treef138e518352520377db458fadc32262cda32b787 /arch/arm/mach-at91/Makefile
parent81362c2b2a81d63f93e9534aa624c7f265c55947 (diff)
downloadbarebox-7ac38053538f45032f8f52e99d5cd3368c06037c.tar.gz
barebox-7ac38053538f45032f8f52e99d5cd3368c06037c.tar.xz
at91: add cpu devices common api
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r--arch/arm/mach-at91/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index 5d57900c33..cec148c2ed 100644
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
@@ -1,3 +1,3 @@
obj-y += clocksource.o gpio.o
-obj-$(CONFIG_ARCH_AT91SAM9260) += at91sam9260.o
-obj-$(CONFIG_ARCH_AT91SAM9263) += at91sam9263.o
+obj-$(CONFIG_ARCH_AT91SAM9260) += at91sam9260.o at91sam9260_devices.o
+obj-$(CONFIG_ARCH_AT91SAM9263) += at91sam9263.o at91sam9263_devices.o