patch-2.4.7 linux/arch/mips64/Makefile

Next file: linux/arch/mips64/arc/Makefile
Previous file: linux/arch/mips/mm/umap.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/linux/arch/mips64/Makefile linux/arch/mips64/Makefile
@@ -64,6 +64,11 @@
 CFLAGS		:= $(CFLAGS) -mcpu=r8000 -mips4
 endif
 
+ifdef CONFIG_MIPS_FPU_EMULATOR
+CORE_FILES	+= arch/mips64/math-emu/fpu_emulator.o
+SUBDIRS		+= arch/mips64/math-emu
+endif
+
 #
 # Board-dependent options and extra files
 #

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