diff options
author | Takashi YOSHII <takasi-y@ops.dti.ne.jp> | 2006-09-27 17:41:31 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 17:41:31 +0900 |
commit | 51e22e7a05c1c6f2e38ac7459d3404e32e543b75 (patch) | |
tree | efd81ee22e036c1d268827715e6515314e05cdf7 /arch/sh/boards/shmin/Makefile | |
parent | e5723e0eeb2dc16629e86d66785024ead9169000 (diff) |
sh: SHMIN board support.
This adds support for the SHMIN SH7706 board.
Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/shmin/Makefile')
-rw-r--r-- | arch/sh/boards/shmin/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/shmin/Makefile b/arch/sh/boards/shmin/Makefile new file mode 100644 index 00000000000..3190cc72430 --- /dev/null +++ b/arch/sh/boards/shmin/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the SHMIN board. +# + +obj-y := setup.o |