Update of /cvsroot/linux-mips/linux/arch/mips64
In directory usw-pr-cvs1:/tmp/cvs-serv8575
Modified Files:
Makefile
Log Message:
Syncing.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips64/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 2001/08/24 18:59:54 1.2
--- Makefile 2001/09/04 16:00:51 1.3
***************
*** 101,104 ****
--- 101,115 ----
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
+
#
# Some machines like the Indy need 32-bit ELF binaries for booting purposes.
|