diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-23 00:23:50 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:56 -0500 |
commit | 03713bd226caece8e089490a47f093f5193e5e96 (patch) | |
tree | 18df86664df2f023fd35a94c57c9a942e9cfdedc /arch/sh/Makefile | |
parent | 3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (diff) |
sh: Move mach-cayman in with the rest of the boards.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 6eb3ee2f3fd9..f7cbc13fd2a0 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -131,6 +131,7 @@ machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 | |||
131 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 | 131 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 |
132 | machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 | 132 | machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 |
133 | machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 | 133 | machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 |
134 | machdir-$(CONFIG_SH_CAYMAN) += cayman | ||
134 | 135 | ||
135 | incdir-y := $(notdir $(machdir-y)) | 136 | incdir-y := $(notdir $(machdir-y)) |
136 | 137 | ||
@@ -139,10 +140,6 @@ core-y += $(addprefix arch/sh/boards/, \ | |||
139 | $(filter-out ., $(patsubst %,%/,$(machdir-y)))) | 140 | $(filter-out ., $(patsubst %,%/,$(machdir-y)))) |
140 | endif | 141 | endif |
141 | 142 | ||
142 | # SH-5 mach types | ||
143 | # XXX.. to be reconciled with machdir-y later. | ||
144 | core-$(CONFIG_SH_CAYMAN) += arch/sh/mach-cayman/ | ||
145 | |||
146 | # Companion chips | 143 | # Companion chips |
147 | core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ | 144 | core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ |
148 | core-$(CONFIG_MFD_SM501) += arch/sh/cchips/voyagergx/ | 145 | core-$(CONFIG_MFD_SM501) += arch/sh/cchips/voyagergx/ |