aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91rm9200/Makefile
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2006-01-10 16:59:28 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-01-10 16:59:28 +0000
commitf0a13854be269357ff70022524ec503d3cba6a32 (patch)
treea04ea749fcd945127d29647e1c87c624ad49ed45 /arch/arm/mach-at91rm9200/Makefile
parent1e6c9c2878c9c1f301449c78551e0b7c5f3e3ae5 (diff)
[ARM] 3243/2: AT91RM9200 support for 2.6 (Atmel DK & EK boards)
Patch from Andrew Victor This patch adds support to the 2.6 kernel series for the Atmel AT91RM9200 processor. This patch is the support for Atmel's DK and EK boards. 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 1f2805ca6e2..a1b4ea3ec47 100644
--- a/arch/arm/mach-at91rm9200/Makefile
+++ b/arch/arm/mach-at91rm9200/Makefile
@@ -8,8 +8,8 @@ obj-n :=
obj- :=
# Board-specific support
-#obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o
-#obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o
+obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o
+obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o
#obj-$(CONFIG_MACH_CSB337) += board-csb337.o
#obj-$(CONFIG_MACH_CSB637) += board-csb637.o
#obj-$(CONFIG_MACH_CARMEVA) += board-carmeva.o