summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorAlex deVries <Alex.deVries@windriver.com>1999-02-09 22:54:08 +0000
committerAlex deVries <Alex.deVries@windriver.com>1999-02-09 22:54:08 +0000
commitbe65d58c136bb149e498e416b4afa55dd0ab99c4 (patch)
treebd03f44b827fcf7a55f53ef2fdc8e833bbde14e2 /arch/mips/Makefile
parent145dd02fc9968ebd65307baf0653dc9341dd6bb2 (diff)
Modularizing the Newport console driver.
- Alex
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile23
1 files changed, 1 insertions, 22 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 5935a513e..7de407b66 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -36,7 +36,7 @@ ifdef CONFIG_CROSSCOMPILE
CROSS_COMPILE = $(tool-prefix)
endif
-LINKFLAGS = -static -N
+LINKFLAGS = -static
MODFLAGS += -mlong-calls
#
@@ -97,17 +97,6 @@ CORE_FILES += arch/mips/algor/algor.o
SUBDIRS += arch/mips/algor
#LOADADDR += 0x80000000
endif
-
-#
-# DECstation family
-#
-ifdef CONFIG_DECSTATION
-CORE_FILES += arch/mips/dec/dec.o
-SUBDIRS += arch/mips/dec arch/mips/dec/prom
-LIBS += arch/mips/dec/prom/rexlib.a
-LOADADDR += 0x80040000
-endif
-
#
# Acer PICA 61, Mips Magnum 4000 and Olivetti M700.
#
@@ -117,14 +106,12 @@ SUBDIRS += arch/mips/jazz arch/mips/arc
LIBS += arch/mips/arc/arclib.a
LOADADDR += 0x80080000
endif
-
ifdef CONFIG_SNI_RM200_PCI
CORE_FILES += arch/mips/sni/sni.o
SUBDIRS += arch/mips/sni arch/mips/arc
LIBS += arch/mips/arc/arclib.a
LOADADDR += 0x80080000
endif
-
ifdef CONFIG_SGI
LIBS += arch/mips/sgi/kernel/sgikern.a arch/mips/arc/arclib.a
SUBDIRS += arch/mips/sgi/kernel arch/mips/arc
@@ -138,14 +125,6 @@ HOSTCC = cc
endif
#
-# Baget/MIPS
-#
-ifdef CONFIG_BAGET_MIPS
-SUBDIRS += arch/mips/baget arch/mips/baget/prom
-LIBS += arch/mips/baget/baget.a arch/mips/baget/prom/bagetlib.a
-endif
-
-#
# Choosing incompatible machines durings configuration will result in
# error messages during linking. Select a default linkscript if
# none has been choosen above.