diff options
author | Markus Brunner <super.firetwister@gmail.com> | 2007-09-12 11:54:58 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:54 +0900 |
commit | ded5431ff311d963888ac951131a04fe7633aa79 (patch) | |
tree | 1a7b04e4f412a5140bced2074d508e1b99e49526 /arch/sh/boards/magicpanelr2/Makefile | |
parent | 18d18ba8ef147f9d0d97da1da1253ce5c982bb91 (diff) | |
download | kernel-common-ded5431ff311d963888ac951131a04fe7633aa79.tar.gz kernel-common-ded5431ff311d963888ac951131a04fe7633aa79.tar.bz2 kernel-common-ded5431ff311d963888ac951131a04fe7633aa79.zip |
sh: Magic Panel R2 board support.
This adds support for the SH7720 (SH3-DSP) based Magic Panel R2
board.
Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
Signed-off by: Mark Jonas <toertel@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/magicpanelr2/Makefile')
-rw-r--r-- | arch/sh/boards/magicpanelr2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boards/magicpanelr2/Makefile b/arch/sh/boards/magicpanelr2/Makefile new file mode 100644 index 000000000000..7a6d586b9072 --- /dev/null +++ b/arch/sh/boards/magicpanelr2/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Magic Panel specific parts +# + +obj-y := setup.o
\ No newline at end of file |