patch-2.1.73 linux/arch/mips/kernel/Makefile

Next file: linux/arch/mips/kernel/branch.c
Previous file: linux/arch/mips/jazz/setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.72/linux/arch/mips/kernel/Makefile linux/arch/mips/kernel/Makefile
@@ -18,6 +18,10 @@
 	   r2300_misc.o r2300_scall.o r2300_fpu.o r6000_fpu.o unaligned.o
 OX_OBJS := mips_ksyms.o
 
+ifdef CONFIG_MIPS_FPE_MODULE
+M_OBJS += fpe.o
+endif
+
 #
 # SGI's have very different interrupt/timer hardware.
 #
@@ -29,7 +33,7 @@
 # Do we want to be able to execute IRIX elf binaries?
 #
 ifdef CONFIG_BINFMT_IRIX
-O_OBJS += irixelf.o irixioctl.o irixsig.o sysirix.o
+O_OBJS += irixelf.o irixioctl.o irixsig.o sysirix.o irixinv.o
 endif
 
 #

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov