diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-19 14:08:33 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-20 03:13:16 +0200 |
commit | 4138b74066cc33ede31bfd6cb2b7a5e685cfd327 (patch) | |
tree | 6f415efe130af0f7af038ffa643ca2f1185ed41d /arch/sh/boards/mach-ecovec24/Makefile | |
parent | sh: Add SH7724 support to NR_ONCHIP_DMA_CHANNELS (diff) | |
download | linux-4138b74066cc33ede31bfd6cb2b7a5e685cfd327.tar.xz linux-4138b74066cc33ede31bfd6cb2b7a5e685cfd327.zip |
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/boards/mach-ecovec24/Makefile')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/Makefile b/arch/sh/boards/mach-ecovec24/Makefile new file mode 100644 index 000000000000..51f852151655 --- /dev/null +++ b/arch/sh/boards/mach-ecovec24/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the R0P7724LC0011/21RL (EcoVec) +# +# This file is subject to the terms and conditions of the GNU General Public +# License. See the file "COPYING" in the main directory of this archive +# for more details. +# + +obj-y := setup.o
\ No newline at end of file |