patch-2.4.19 linux-2.4.19/arch/mips64/mm/Makefile
Next file: linux-2.4.19/arch/mips64/mm/andes.c
Previous file: linux-2.4.19/arch/mips64/mips-boards/malta/malta_setup.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips64/mm/Makefile
- Orig date:
Fri Apr 13 20:26:07 2001
diff -urN linux-2.4.18/arch/mips64/mm/Makefile linux-2.4.19/arch/mips64/mm/Makefile
@@ -2,16 +2,28 @@
# Makefile for the Linux/MIPS-specific parts of the memory manager.
#
+USE_STANDARD_AS_RULE := true
+
O_TARGET := mm.o
export-objs += umap.o
obj-y := extable.o init.o fault.o loadmmu.o
-obj-$(CONFIG_CPU_R4300) += r4xx0.o
-obj-$(CONFIG_CPU_R4X00) += r4xx0.o
-obj-$(CONFIG_CPU_R5000) += r4xx0.o
-obj-$(CONFIG_CPU_NEVADA) += r4xx0.o
-obj-$(CONFIG_CPU_R10000) += andes.o
+obj-$(CONFIG_CPU_R4300) += r4xx0.o tlbex-r4k.o tlb-glue-r4k.o
+obj-$(CONFIG_CPU_R4X00) += r4xx0.o tlbex-r4k.o tlb-glue-r4k.o
+obj-$(CONFIG_CPU_R5000) += r4xx0.o tlbex-r4k.o tlb-glue-r4k.o
+obj-$(CONFIG_CPU_NEVADA) += r4xx0.o tlbex-r4k.o tlb-glue-r4k.o
+obj-$(CONFIG_CPU_R10000) += andes.o tlbex-r4k.o tlb-glue-r4k.o
+obj-$(CONFIG_CPU_SB1) += pg-sb1.o c-sb1.o tlb-sb1.o tlbex-r4k.o \
+ tlb-glue-r4k.o
+
+#
+# Debug TLB exception handler, currently unused
+#
+#obj-y += tlb-dbg-r4k.o tlb-glue-r4k.o
+
obj-$(CONFIG_SGI_IP22) += umap.o
+CFLAGS_tlb-glue-r4k.o := -P
+
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)