patch-2.3.99-pre9 linux/arch/mips64/kernel/Makefile

Next file: linux/arch/mips64/kernel/binfmt_elf32.c
Previous file: linux/arch/mips64/defconfig-ip27
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre8/linux/arch/mips64/kernel/Makefile linux/arch/mips64/kernel/Makefile
@@ -18,11 +18,15 @@
 OX_OBJS := mips64_ksyms.o
 
 ifdef CONFIG_MIPS32_COMPAT
-O_OBJS += linux32.o scall_o32.o signal32.o
+O_OBJS += linux32.o scall_o32.o signal32.o ioctl32.o
 endif
 
 ifdef CONFIG_BINFMT_ELF32
 O_OBJS += binfmt_elf32.o
+endif
+
+ifdef CONFIG_SMP
+O_OBJS += smp.o
 endif
 
 clean:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)