diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-23 00:17:42 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:56 -0500 |
commit | 3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (patch) | |
tree | 13cc7b1fd88a61f36e86994a479c362f43a8ec0d /arch/sh/Makefile | |
parent | b000659b1c07f91f0c73bf94bb8922fa740c0ef0 (diff) |
sh: Kill off the mach-harp and mach-sim machtypes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 8da11c0cc6d6..6eb3ee2f3fd9 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -141,9 +141,7 @@ endif | |||
141 | 141 | ||
142 | # SH-5 mach types | 142 | # SH-5 mach types |
143 | # XXX.. to be reconciled with machdir-y later. | 143 | # XXX.. to be reconciled with machdir-y later. |
144 | core-$(CONFIG_SH_SIMULATOR) += arch/sh/mach-sim/ | ||
145 | core-$(CONFIG_SH_CAYMAN) += arch/sh/mach-cayman/ | 144 | core-$(CONFIG_SH_CAYMAN) += arch/sh/mach-cayman/ |
146 | core-$(CONFIG_SH_HARP) += arch/sh/mach-harp/ | ||
147 | 145 | ||
148 | # Companion chips | 146 | # Companion chips |
149 | core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ | 147 | core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ |