diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-09-03 18:56:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:03 -0400 |
commit | 0ad7305f52bc8880d50a6471c90d35a6768f2865 (patch) | |
tree | 518881896021448a6c917523342ef9cdba4ec84b /arch/mips | |
parent | 0fdda107e10133583f31c72326959555bfb61042 (diff) |
[PATCH] mips: moreover remove vr4181
We also need this patch for removing mips vr4181.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index bf874f45144f..e7764f3e4887 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -469,13 +469,6 @@ cflags-$(CONFIG_LASAT) += -Iinclude/asm-mips/mach-lasat | |||
469 | load-$(CONFIG_LASAT) += 0xffffffff80000000 | 469 | load-$(CONFIG_LASAT) += 0xffffffff80000000 |
470 | 470 | ||
471 | # | 471 | # |
472 | # NEC Osprey (vr4181) board | ||
473 | # | ||
474 | core-$(CONFIG_NEC_OSPREY) += arch/mips/vr4181/common/ \ | ||
475 | arch/mips/vr4181/osprey/ | ||
476 | load-$(CONFIG_NEC_OSPREY) += 0xffffffff80002000 | ||
477 | |||
478 | # | ||
479 | # Common VR41xx | 472 | # Common VR41xx |
480 | # | 473 | # |
481 | core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ | 474 | core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ |