diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 05:34:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 05:34:03 +0000 |
commit | 967c65a99059fd459b956c1588ce0ba227912c4e (patch) | |
tree | 8224d013ff5d255420713d05610c7efebd204d2a /arch/mips/Makefile | |
parent | e20c1cc1656a66a2773bca4591a895cbc12696ff (diff) |
Merge with Linux 2.1.72, part 1.
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2624d2d0c..174de5799 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -13,7 +13,7 @@ # Copyright (C) 1994, 1995, 1996 by Ralf Baechle # DECStation modifications by Paul M. Antoine, 1996 # -# $Id: Makefile,v 1.9 1997/09/19 08:34:54 ralf Exp $ +# $Id: Makefile,v 1.9 1997/12/02 01:48:01 ralf Exp $ # # @@ -100,22 +100,6 @@ CORE_FILES += arch/mips/algor/algor.o SUBDIRS += arch/mips/algor #LOADADDR += 0x80000000 endif -ifdef CONFIG_DECSTATION -CORE_FILES += arch/mips/dec/dec.o -SUBDIRS += arch/mips/dec -LINKSCRIPT += arch/mips/dec/ld.script -LOADADDR += 0x80000000 -endif -ifdef CONFIG_DESKSTATION_RPC44 -CORE_FILES += arch/mips/deskstation/deskstation.o -SUBDIRS += arch/mips/deskstation -LOADADDR += 0x80100000 -endif -ifdef CONFIG_DESKSTATION_TYNE -CORE_FILES += arch/mips/deskstation/deskstation.o -SUBDIRS += arch/mips/deskstation -LOADADDR += 0x80000000 -endif # # Acer PICA 61, Mips Magnum 4000 and Olivetti M700. # @@ -124,9 +108,6 @@ CORE_FILES += arch/mips/jazz/jazz.o SUBDIRS += arch/mips/jazz LOADADDR += 0x80000000 endif -ifdef CONFIG_MIPS_MAGNUM_3000 -LOADADDR += 0x80000000 -endif ifdef CONFIG_SNI_RM200_PCI CORE_FILES += arch/mips/sni/sni.o SUBDIRS += arch/mips/sni |