## Makefile for the linux ppc-specific parts of the memory manager.#obj-y:= fault.o mem.oobj-$(CONFIG_PPC32)+= init.o pgtable.o mmu_context.o \ mem_pieces.o tlb.oobj-$(CONFIG_PPC64)+= init64.o pgtable64.o mmu_context64.oobj-$(CONFIG_PPC_STD_MMU_32)+= ppc_mmu.o hash_32.oobj-$(CONFIG_40x)+= 4xx_mmu.oobj-$(CONFIG_44x)+= 44x_mmu.oobj-$(CONFIG_FSL_BOOKE)+= fsl_booke_mmu.o