diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-19 12:08:33 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-20 10:13:16 +0900 |
commit | 4138b74066cc33ede31bfd6cb2b7a5e685cfd327 (patch) | |
tree | 6f415efe130af0f7af038ffa643ca2f1185ed41d /arch/sh/Makefile | |
parent | 24d76195d124986b7702821b8b6cc85942b13146 (diff) | |
download | op-kernel-dev-4138b74066cc33ede31bfd6cb2b7a5e685cfd327.zip op-kernel-dev-4138b74066cc33ede31bfd6cb2b7a5e685cfd327.tar.gz |
sh: Add EcoVec (SH7724) board support
This adds preliminary support for the EcoVec board.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index e26421bf..fc51a91 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -137,6 +137,7 @@ machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander machdir-$(CONFIG_SH_MIGOR) += mach-migor machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09 +machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24 machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780 machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp |