diff options
author | Markus Brunner <super.firetwister@gmail.com> | 2007-09-11 22:54:58 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:54 -0400 |
commit | ded5431ff311d963888ac951131a04fe7633aa79 (patch) | |
tree | 1a7b04e4f412a5140bced2074d508e1b99e49526 /arch/sh/Makefile | |
parent | 18d18ba8ef147f9d0d97da1da1253ce5c982bb91 (diff) |
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/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 6c73a5b2b014..a0a2083aad3e 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -126,6 +126,7 @@ machdir-$(CONFIG_SH_SHMIN) += shmin | |||
126 | machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 | 126 | machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 |
127 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 | 127 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 |
128 | machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 | 128 | machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 |
129 | machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 | ||
129 | 130 | ||
130 | incdir-y := $(notdir $(machdir-y)) | 131 | incdir-y := $(notdir $(machdir-y)) |
131 | 132 | ||