diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-23 14:17:42 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:56 +0900 |
commit | 3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (patch) | |
tree | 13cc7b1fd88a61f36e86994a479c362f43a8ec0d /arch/sh/Makefile | |
parent | b000659b1c07f91f0c73bf94bb8922fa740c0ef0 (diff) | |
download | op-kernel-dev-3e0137f6c7852aff12db0da7bb45f8b3a0a704c8.zip op-kernel-dev-3e0137f6c7852aff12db0da7bb45f8b3a0a704c8.tar.gz |
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 8da11c0..6eb3ee2 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -141,9 +141,7 @@ endif # SH-5 mach types # XXX.. to be reconciled with machdir-y later. -core-$(CONFIG_SH_SIMULATOR) += arch/sh/mach-sim/ core-$(CONFIG_SH_CAYMAN) += arch/sh/mach-cayman/ -core-$(CONFIG_SH_HARP) += arch/sh/mach-harp/ # Companion chips core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ |