diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-29 19:11:56 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-29 19:11:56 +0900 |
commit | 2504075d383fcefd746dac42a0cd1c3bdc006bd1 (patch) | |
tree | 3d6c3dfc3d38d115c3f0818ce9f95029baf320e9 /arch/sh/Makefile | |
parent | f6eec8d66400714e47add3d8341688a1e86c5de9 (diff) | |
download | talos-obmc-linux-2504075d383fcefd746dac42a0cd1c3bdc006bd1.tar.gz talos-obmc-linux-2504075d383fcefd746dac42a0cd1c3bdc006bd1.zip |
sh: mach-systemh: Kill off dead board.
This code has been untouched since it was merged many years ago, and has
severely bitrotted since, suggesting that the board has no real users
left. Notice of intent to remove has been sent out over the last few
years, with no takers. Kill it off.
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, 0 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 194afbfb01c9..922ff3586b12 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -134,7 +134,6 @@ machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast machdir-$(CONFIG_SH_SH03) += mach-sh03 machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d -machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander machdir-$(CONFIG_SH_MIGOR) += mach-migor |