aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200/Makefile
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2006-06-26 17:48:29 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-26 17:48:29 +0100
commitb184a4c9a4e542890265b4cdd3ff7908f4adc9c4 (patch)
tree7fe80637976e6033230e007fce63ed3dcb54be08 /arch/arm/mach-at91rm9200/Makefile
parentcfc736564fd01ee008d746913b1bbb90e3eb1f99 (diff)
downloadlinux-b184a4c9a4e542890265b4cdd3ff7908f4adc9c4.tar.gz
[ARM] 3654/1: add ajeco 1arm sbc support
Patch from Lennert Buytenhek This patch adds support for the Ajeco 1ARM Single Board Computer, a VME form factor SBC based on the Atmel AT91 SoC, with 64M RAM, seven serial ports, three ethernet ports, IDE, CF, USB host and device, and S-Video/VGA out.-- Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91rm9200/Makefile b/arch/arm/mach-at91rm9200/Makefile
index 81ebc6684ad2e..82db957322dfc 100644
--- a/arch/arm/mach-at91rm9200/Makefile
+++ b/arch/arm/mach-at91rm9200/Makefile
@@ -10,6 +10,7 @@ obj- :=
obj-$(CONFIG_PM) += pm.o
# Board-specific support
+obj-$(CONFIG_MACH_ONEARM) += board-1arm.o
obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o
obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o
obj-$(CONFIG_MACH_CSB337) += board-csb337.o