patch-2.4.22 linux-2.4.22/arch/ppc/mm/Makefile
Next file: linux-2.4.22/arch/ppc/mm/fault.c
Previous file: linux-2.4.22/arch/ppc/mm/4xx_tlb.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
2003-08-25 04:44:40.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/ppc/mm/Makefile
-  Orig date: 
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ppc/mm/Makefile linux-2.4.22/arch/ppc/mm/Makefile
@@ -18,7 +18,7 @@
 					mmu_context.o pgtable.o
 
 obj-$(CONFIG_PPC_STD_MMU)	+= hashtable.o ppc_mmu.o tlb.o
-obj-$(CONFIG_4xx)		+= cachemap.o 4xx_mmu.o
-obj-$(CONFIG_8xx)		+= cachemap.o
+obj-$(CONFIG_40x)		+= 4xx_mmu.o
+obj-$(CONFIG_NOT_COHERENT_CACHE)	+= cachemap.o
 
 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)