diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2010-07-06 00:32:16 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-07-06 04:38:32 -0400 |
commit | 36239c6704b71da7fb8e2a9429e159a84d0c5a3e (patch) | |
tree | f7ce51c09e4c7520a245e22bc3fdef10411d1c06 /arch/sh/boards/Makefile | |
parent | 56c52986b163575402c2db83b2fec60234ace1e9 (diff) |
sh: add sh7757lcr board support
This adds preliminary support for the sh7757lcr board.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Makefile')
-rw-r--r-- | arch/sh/boards/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile index 2049d95feaaa..38ef655cc0f0 100644 --- a/arch/sh/boards/Makefile +++ b/arch/sh/boards/Makefile | |||
@@ -10,3 +10,4 @@ obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o | |||
10 | obj-$(CONFIG_SH_ESPT) += board-espt.o | 10 | obj-$(CONFIG_SH_ESPT) += board-espt.o |
11 | obj-$(CONFIG_SH_POLARIS) += board-polaris.o | 11 | obj-$(CONFIG_SH_POLARIS) += board-polaris.o |
12 | obj-$(CONFIG_SH_TITAN) += board-titan.o | 12 | obj-$(CONFIG_SH_TITAN) += board-titan.o |
13 | obj-$(CONFIG_SH_SH7757LCR) += board-sh7757lcr.o | ||