patch-2.4.19 linux-2.4.19/arch/mips/mm/Makefile
Next file: linux-2.4.19/arch/mips/mm/andes.c
Previous file: linux-2.4.19/arch/mips/mips-boards/malta/malta_setup.c
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/mm/Makefile
- Orig date:
Sun Sep 9 10:43:02 2001
diff -urN linux-2.4.18/arch/mips/mm/Makefile linux-2.4.19/arch/mips/mm/Makefile
@@ -5,23 +5,30 @@
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
-# Note 2! The CFLAGS definition is now in the main makefile...
+
+USE_STANDARD_AS_RULE := true
O_TARGET := mm.o
-export-objs += ioremap.o umap.o
+export-objs += ioremap.o loadmmu.o umap.o
obj-y += extable.o init.o ioremap.o fault.o loadmmu.o
-obj-$(CONFIG_CPU_R3000) += r2300.o
-obj-$(CONFIG_CPU_R4300) += r4xx0.o
-obj-$(CONFIG_CPU_R4X00) += r4xx0.o
-obj-$(CONFIG_CPU_VR41XX) += r4xx0.o
-obj-$(CONFIG_CPU_R5000) += r4xx0.o
-obj-$(CONFIG_CPU_NEVADA) += r4xx0.o
-obj-$(CONFIG_CPU_R5432) += r5432.o
-obj-$(CONFIG_CPU_RM7000) += rm7k.o
-obj-$(CONFIG_CPU_MIPS32) += mips32.o
-obj-$(CONFIG_CPU_MIPS64) += mips32.o
+obj-$(CONFIG_CPU_R3000) += pg-r3k.o c-r3k.o c-tx39.o tlb-r3k.o \
+ tlbex-r3k.o
+obj-$(CONFIG_CPU_TX39XX) += pg-r3k.o c-tx39.o tlb-r3k.o tlbex-r3k.o
+obj-$(CONFIG_CPU_TX49XX) += pg-r4k.o c-tx49.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_R4300) += pg-r4k.o c-r4k.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_R4X00) += pg-r4k.o c-r4k.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_VR41XX) += pg-r4k.o c-r4k.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_R5000) += pg-r4k.o c-r4k.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_NEVADA) += pg-r4k.o c-r4k.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_R5432) += pg-r5432.o c-r5432.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_RM7000) += pg-rm7k.o c-rm7k.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_R10000) += pg-andes.o c-andes.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_MIPS32) += pg-mips32.o c-mips32.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_MIPS64) += pg-mips32.o c-mips32.o tlb-r4k.o tlbex-r4k.o
+obj-$(CONFIG_CPU_SB1) += pg-sb1.o c-sb1.o tlb-sb1.o tlbex-r4k.o
+
obj-$(CONFIG_SGI_IP22) += umap.o
obj-$(CONFIG_BAGET_MIPS) += umap.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)