diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-08 11:55:28 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-08 11:55:28 +0900 |
commit | b9601c5e59dd25693345558a301e833741bf5874 (patch) | |
tree | 992d8114b381354bc5e588766c065cc7728fe5df /arch/sh/boards/saturn/Makefile | |
parent | 33d63bd83bf9aa6b662a376a96b825acba721e8f (diff) |
sh: Kill off dead SH7604 support.
This was added during 2.5.x, but was never moved along. This
can easily be resurrected if someone has one they wish to work
with, but it's not worth keeping around in its current form.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/saturn/Makefile')
-rw-r--r-- | arch/sh/boards/saturn/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sh/boards/saturn/Makefile b/arch/sh/boards/saturn/Makefile deleted file mode 100644 index 75a3042e252..00000000000 --- a/arch/sh/boards/saturn/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# Makefile for the Sega Saturn specific parts of the kernel -# - -obj-y := setup.o io.o irq.o - -obj-$(CONFIG_SMP) += smp.o - |