From: Yoichi Yuasa We also need this patch for removing mips vr4181. Signed-off-by: Yoichi Yuasa Signed-off-by: Andrew Morton --- arch/mips/Makefile | 7 ------- 1 files changed, 7 deletions(-) diff -puN arch/mips/Makefile~mips-remove-vr4181-support-fix arch/mips/Makefile --- devel/arch/mips/Makefile~mips-remove-vr4181-support-fix 2005-08-07 10:12:16.000000000 -0700 +++ devel-akpm/arch/mips/Makefile 2005-08-07 10:12:16.000000000 -0700 @@ -469,13 +469,6 @@ cflags-$(CONFIG_LASAT) += -Iinclude/asm load-$(CONFIG_LASAT) += 0xffffffff80000000 # -# NEC Osprey (vr4181) board -# -core-$(CONFIG_NEC_OSPREY) += arch/mips/vr4181/common/ \ - arch/mips/vr4181/osprey/ -load-$(CONFIG_NEC_OSPREY) += 0xffffffff80002000 - -# # Common VR41xx # core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ _