summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto2009-03-03 08:22:00 +0100
committerPaul Mundt2009-03-03 08:22:00 +0100
commit5ac072e110ff358a9ebc318a1b54f0182b799f72 (patch)
treefaa6de8b7eb18f71461b297d5eb85dcfec1b7ceb /arch/sh/boards/Makefile
parentsh: SH7786 is an SH-X3 core, select CPU_SHX3. (diff)
downloadkernel-qcow2-linux-5ac072e110ff358a9ebc318a1b54f0182b799f72.tar.gz
kernel-qcow2-linux-5ac072e110ff358a9ebc318a1b54f0182b799f72.tar.xz
kernel-qcow2-linux-5ac072e110ff358a9ebc318a1b54f0182b799f72.zip
sh: Urquell board support.
This adds preliminary support for the SH7786-based Urquell board. Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Makefile')
-rw-r--r--arch/sh/boards/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile
index 269ae2be49ef..6f101a8161f5 100644
--- a/arch/sh/boards/Makefile
+++ b/arch/sh/boards/Makefile
@@ -4,5 +4,6 @@
obj-$(CONFIG_SH_AP325RXA) += board-ap325rxa.o
obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o
obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
+obj-$(CONFIG_SH_URQUELL) += board-urquell.o
obj-$(CONFIG_SH_SHMIN) += board-shmin.o
obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o