diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 16:20:41 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 16:20:41 +0900 |
commit | d00677255077c3b085a32c1a104fc42a64d17e6f (patch) | |
tree | a02f2c2c7da7cfbb7b8dc917470ce83f05aa52eb /arch/sh64/mach-romram/Makefile | |
parent | 4e99b0b8d2e5a72b0fd27136fb3c0f08fc1da395 (diff) |
sh64: Kill off dead ROM-RAM and generic boards.
The generic board stubs were never added, and the ROM-RAM boards
never made it in to the wild. Neither one has any users, and both
are utterly broken in-tree (likely since 2.4). Kill them both off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/mach-romram/Makefile')
-rw-r--r-- | arch/sh64/mach-romram/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/sh64/mach-romram/Makefile b/arch/sh64/mach-romram/Makefile deleted file mode 100644 index 02d05c05afa..00000000000 --- a/arch/sh64/mach-romram/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Makefile for the SH-5 ROM/RAM specific parts of the kernel -# -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# - -O_TARGET := romram.o - -obj-y := setup.o - -include $(TOPDIR)/Rules.make - |