aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/boards/Makefile
diff options
context:
space:
mode:
authorLuca Santini <luca.santini@spesonline.com>2008-09-08 12:01:15 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-09-08 12:01:15 +0900
commit3db9170880241d63aae7ab86a03aa15418c3e5c6 (patch)
treec5e5f1bb4b0b256a39a465e742cf547b195d390a /arch/sh/boards/Makefile
parent53abf911fa6753dfbd6775ae541fb2f8b9f5b825 (diff)
sh: Add Renesas EDOSK7760 board support.
This adds support for the Renesas (RTE) EDOSK7760 board. Currently supported devices are: - ramdisk support - ethernet support - nfs support - ext2/ext3 support - i2c support - fb support (M) Signed-off-by: Luca Santini <luca.santini@spesonline.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 463022c7df3..d9efa392372 100644
--- a/arch/sh/boards/Makefile
+++ b/arch/sh/boards/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o
obj-$(CONFIG_SH_RSK7203) += board-rsk7203.o
obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
obj-$(CONFIG_SH_SHMIN) += board-shmin.o
+obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o