aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-rsk/Makefile
diff options
context:
space:
mode:
authorPhil Edworthy <phil.edworthy@renesas.com>2012-05-10 04:26:53 -0400
committerPaul Mundt <lethal@linux-sh.org>2012-05-10 04:20:01 -0400
commitb6397435ec676271bd7fa1de9e62633718a754c1 (patch)
tree85eda93d621e4b2edf2b79891c43fe94e3b3af99 /arch/sh/boards/mach-rsk/Makefile
parent0b25b7c8cba83fa8c02fbf38eb905996f2455dd0 (diff)
sh: Add RSK2+SH7269 board
The RSK2+SH7269 board uses the SH7269 processor. It is often referred to as just rsk7269. NOR Flash, SDRAM, serial, USB Host and ethernet are working. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-rsk/Makefile')
-rw-r--r--arch/sh/boards/mach-rsk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-rsk/Makefile b/arch/sh/boards/mach-rsk/Makefile
index bae6ae45aba8..6a4e1b538a62 100644
--- a/arch/sh/boards/mach-rsk/Makefile
+++ b/arch/sh/boards/mach-rsk/Makefile
@@ -1,3 +1,4 @@
1obj-y := setup.o 1obj-y := setup.o
2obj-$(CONFIG_SH_RSK7203) += devices-rsk7203.o 2obj-$(CONFIG_SH_RSK7203) += devices-rsk7203.o
3obj-$(CONFIG_SH_RSK7264) += devices-rsk7264.o 3obj-$(CONFIG_SH_RSK7264) += devices-rsk7264.o
4obj-$(CONFIG_SH_RSK7269) += devices-rsk7269.o