patch-2.3.48 linux/arch/mips64/mm/Makefile

Next file: linux/arch/mips64/mm/andes.c
Previous file: linux/arch/mips64/lib/watch.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/arch/mips64/mm/Makefile linux/arch/mips64/mm/Makefile
@@ -0,0 +1,33 @@
+# $Id: Makefile,v 1.5 2000/02/24 00:12:41 ralf Exp $
+#
+# Makefile for the Linux/MIPS-specific parts of the memory manager.
+#
+
+O_TARGET := mm.o
+O_OBJS	 := extable.o init.o fault.o loadmmu.o
+
+ifdef CONFIG_CPU_R4300
+O_OBJS	+= r4xx0.o
+endif
+ifdef CONFIG_CPU_R4X00
+O_OBJS	+= r4xx0.o
+endif
+ifdef CONFIG_CPU_R5000
+O_OBJS	+= r4xx0.o
+endif
+ifdef CONFIG_CPU_NEVADA
+O_OBJS	+= r4xx0.o
+endif
+ifdef CONFIG_CPU_R10000
+O_OBJS	+= andes.o
+endif
+
+ifdef CONFIG_SGI_IP22
+O_OBJS   += umap.o
+endif
+
+ifdef CONFIG_BAGET_MIPS
+O_OBJS   += umap.o
+endif
+
+include $(TOPDIR)/Rules.make

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