blob: adfee3f1aeb9e7d7b8c47a4366a3a1dc05a5224f [file] [log] [blame]
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001#
2# Makefile for the linux ppc-specific parts of the memory manager.
3#
4
Michael Ellermanba55bd72009-06-09 20:48:51 +00005subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
6
Anton Blanchard1fbe9cf2012-11-26 17:41:08 +00007ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
Stephen Rothwell3a5f8c52005-10-11 19:40:20 +10008
Aneesh Kumar K.Vb30e7592014-11-05 21:57:41 +05309obj-y := fault.o mem.o pgtable.o mmap.o \
Stephen Rothwell2578bfa2007-09-21 10:16:20 +100010 init_$(CONFIG_WORD_SIZE).o \
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +000011 pgtable_$(CONFIG_WORD_SIZE).o
Benjamin Herrenschmidt2a4aca112008-12-18 19:13:42 +000012obj-$(CONFIG_PPC_MMU_NOHASH) += mmu_context_nohash.o tlb_nohash.o \
13 tlb_nohash_low.o
Benjamin Herrenschmidt2d27cfd2009-07-23 23:15:59 +000014obj-$(CONFIG_PPC_BOOK3E) += tlb_low_$(CONFIG_WORD_SIZE)e.o
Benjamin Herrenschmidt94491682009-06-02 21:17:45 +000015hash64-$(CONFIG_PPC_NATIVE) := hash_native_64.o
Michael Ellerman376af592014-07-10 12:29:19 +100016obj-$(CONFIG_PPC_STD_MMU_64) += hash_utils_64.o slb_low.o slb.o $(hash64-y)
Aneesh Kumar K.Va43c0eb2015-12-01 09:06:49 +053017obj-$(CONFIG_PPC_STD_MMU_32) += ppc_mmu_32.o hash_low_32.o
18obj-$(CONFIG_PPC_STD_MMU) += tlb_hash$(CONFIG_WORD_SIZE).o \
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +000019 mmu_context_hash$(CONFIG_WORD_SIZE).o
Aneesh Kumar K.V91f1da92015-12-01 09:06:43 +053020ifeq ($(CONFIG_PPC_STD_MMU_64),y)
Aneesh Kumar K.Va43c0eb2015-12-01 09:06:49 +053021obj-$(CONFIG_PPC_4K_PAGES) += hash64_4k.o
Aneesh Kumar K.V91f1da92015-12-01 09:06:43 +053022obj-$(CONFIG_PPC_64K_PAGES) += hash64_64k.o
23endif
Jimi Xenidis9d670282011-09-29 10:55:12 +000024obj-$(CONFIG_PPC_ICSWX) += icswx.o
25obj-$(CONFIG_PPC_ICSWX_PID) += icswx_pid.o
Josh Boyer15f65272007-08-20 07:27:07 -050026obj-$(CONFIG_40x) += 40x_mmu.o
Paul Mackerras14cf11a2005-09-26 16:04:21 +100027obj-$(CONFIG_44x) += 44x_mmu.o
Christophe Leroya372acf2016-02-09 17:07:50 +010028obj-$(CONFIG_PPC_8xx) += 8xx_mmu.o
Kumar Gala55fd7662009-10-16 18:48:40 -050029obj-$(CONFIG_PPC_FSL_BOOK3E) += fsl_booke_mmu.o
Paul Mackerrasab1f9da2005-10-10 21:58:35 +100030obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
Greg Kurz4b6cfb22015-02-23 16:14:31 +010031obj-$(CONFIG_PPC_SPLPAR) += vphn.o
Benjamin Herrenschmidtd0f13e32007-05-08 16:27:27 +100032obj-$(CONFIG_PPC_MM_SLICES) += slice.o
David Gibson883a3e52009-10-26 19:24:31 +000033obj-y += hugetlbpage.o
Aneesh Kumar K.V29409992013-06-20 14:30:16 +053034ifeq ($(CONFIG_HUGETLB_PAGE),y)
David Gibson883a3e52009-10-26 19:24:31 +000035obj-$(CONFIG_PPC_STD_MMU_64) += hugetlbpage-hash64.o
Becky Bruce41151e72011-06-28 09:54:48 +000036obj-$(CONFIG_PPC_BOOK3E_MMU) += hugetlbpage-book3e.o
David Gibson883a3e52009-10-26 19:24:31 +000037endif
Aneesh Kumar K.V6d492ec2013-06-20 14:30:21 +053038obj-$(CONFIG_TRANSPARENT_HUGEPAGE) += hugepage-hash64.o
Paul Mackerrasfa282372008-01-24 08:35:13 +110039obj-$(CONFIG_PPC_SUBPAGE_PROT) += subpage-prot.o
Benjamin Herrenschmidtb16e7762009-05-27 13:36:10 +100040obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o
Benjamin Herrenschmidt850f6ac2009-06-18 19:25:00 +000041obj-$(CONFIG_HIGHMEM) += highmem.o
Ian Munsiee83d0162014-10-08 19:54:50 +110042obj-$(CONFIG_PPC_COPRO_BASE) += copro_fault.o
Alexey Kardashevskiy15b244a2015-06-05 16:35:24 +100043obj-$(CONFIG_SPAPR_TCE_IOMMU) += mmu_context_iommu.o