diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-08 00:32:03 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:02 -0500 |
commit | ea0aac1e1327476d2f6a38f08145281237cf1b03 (patch) | |
tree | e4bc1b726cd4d17145a69edca84fe9b5db6c6d5c /arch/sh/Makefile | |
parent | b5cfeac990cc164a3d3422aab88ac5b138fa822d (diff) |
sh: Consolidate rsk7203/7201 in to a new mach-rsk.
RSK+ platforms have quite a few characteristics in common, so roll them
together in to a shiny new RSK mach-type.
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 ad0096151781..d56889e62a90 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -135,6 +135,7 @@ machdir-$(CONFIG_SH_LANDISK) += mach-landisk | |||
135 | machdir-$(CONFIG_SH_TITAN) += mach-titan | 135 | machdir-$(CONFIG_SH_TITAN) += mach-titan |
136 | machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2 | 136 | machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2 |
137 | machdir-$(CONFIG_SH_CAYMAN) += mach-cayman | 137 | machdir-$(CONFIG_SH_CAYMAN) += mach-cayman |
138 | machdir-$(CONFIG_SH_RSK) += mach-rsk | ||
138 | 139 | ||
139 | ifneq ($(machdir-y),) | 140 | ifneq ($(machdir-y),) |
140 | core-y += $(addprefix arch/sh/boards/, \ | 141 | core-y += $(addprefix arch/sh/boards/, \ |