diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-30 01:01:08 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-30 01:01:08 +0900 |
commit | 9b4d10ff247a440d3d4ec130866f7f5b7d1c7c14 (patch) | |
tree | 034e57769ed3aea0c3d719ebf64bd75e8672a31d /arch/sh | |
parent | c2697968c012cfdba2d92fa6e27e3e34f918af2f (diff) | |
download | blackbird-op-linux-9b4d10ff247a440d3d4ec130866f7f5b7d1c7c14.tar.gz blackbird-op-linux-9b4d10ff247a440d3d4ec130866f7f5b7d1c7c14.zip |
sh: Kill off stray mach-rsk7203 reference.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 6c93b9487133..25659ce74baa 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -113,7 +113,6 @@ machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander machdir-$(CONFIG_SH_MIGOR) += mach-migor machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780 machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto -machdir-$(CONFIG_SH_RSK7203) += mach-rsk7203 machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev machdir-$(CONFIG_SH_LANDISK) += mach-landisk |