patch-2.4.10 linux/arch/mips64/Makefile
Next file: linux/arch/mips64/arc/env.c
Previous file: linux/arch/mips/sni/setup.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Sun Sep 9 10:43:02 2001
- Orig file:
v2.4.9/linux/arch/mips64/Makefile
- Orig date:
Wed Jul 25 17:10:18 2001
diff -u --recursive --new-file v2.4.9/linux/arch/mips64/Makefile linux/arch/mips64/Makefile
@@ -84,7 +84,8 @@
endif
ifdef CONFIG_SGI_IP27
-LIBS += arch/mips64/sgi-ip27/ip27.a arch/mips64/arc/arclib.a
+CORE_FILES += arch/mips64/sgi-ip27/ip27.o
+LIBS += arch/mips64/arc/arclib.a
SUBDIRS += arch/mips64/sgi-ip27 arch/mips64/arc
#
# Set LOADADDR to >= 0xc000000000300000 if you want to leave space for
@@ -97,6 +98,17 @@
else
LOADADDR += 0x8001c000
endif
+endif
+
+ifdef CONFIG_SGI_IP32
+LIBS += arch/mips64/sgi-ip32/ip32-kern.a arch/mips64/arc/arclib.a
+SUBDIRS += arch/mips64/sgi-ip32 arch/mips64/arc
+#
+# Set LOADADDR to >= 0x????????? if you want to leave space for symmon,
+# 0x80002000 for production kernels. Note that the value must be
+# 16kb aligned or the handling of the current variable will break.
+#
+LOADADDR += 0x80002000
endif
#
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)