aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200/Makefile
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2006-12-01 03:04:47 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-12-01 08:53:50 -0500
commit1a0ed732afdbd4b960a4b93f78fddc71b8076e61 (patch)
treecdda659c8f9020ea22fe18ed83ca021233807b4a /arch/arm/mach-at91rm9200/Makefile
parenteaa595cb881bba043e79638c37cb357f296a7714 (diff)
[ARM] 3949/2: AT91: SAM9 timer driver
Add support for the timer on the Atmel AT91SAM9261 and AT91SAM9260 processors. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91rm9200/Makefile')
-rw-r--r--arch/arm/mach-at91rm9200/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-at91rm9200/Makefile b/arch/arm/mach-at91rm9200/Makefile
index 40e89bf459f1..b8684ba60ceb 100644
--- a/arch/arm/mach-at91rm9200/Makefile
+++ b/arch/arm/mach-at91rm9200/Makefile
@@ -11,8 +11,8 @@ obj-$(CONFIG_PM) += pm.o
11 11
12# CPU-specific support 12# CPU-specific support
13obj-$(CONFIG_ARCH_AT91RM9200) += at91rm9200.o at91rm9200_time.o at91rm9200_devices.c 13obj-$(CONFIG_ARCH_AT91RM9200) += at91rm9200.o at91rm9200_time.o at91rm9200_devices.c
14obj-$(CONFIG_ARCH_AT91SAM9260) += at91sam9260.o 14obj-$(CONFIG_ARCH_AT91SAM9260) += at91sam9260.o at91sam926x_time.o
15obj-$(CONFIG_ARCH_AT91SAM9261) += at91sam9261.o 15obj-$(CONFIG_ARCH_AT91SAM9261) += at91sam9261.o at91sam926x_time.o
16 16
17# AT91RM9200 board-specific support 17# AT91RM9200 board-specific support
18obj-$(CONFIG_MACH_ONEARM) += board-1arm.o 18obj-$(CONFIG_MACH_ONEARM) += board-1arm.o