xref: /linux/arch/powerpc/mm/book3s32/Makefile (revision 259149cf7c3c6195e6199e045ca988c31d081cab)
117312f25SChristophe Leroy# SPDX-License-Identifier: GPL-2.0
217312f25SChristophe Leroy
3471e475cSChristophe LeroyKASAN_SANITIZE_mmu.o := n
4471e475cSChristophe Leroy
5471e475cSChristophe Leroyifdef CONFIG_KASAN
6471e475cSChristophe LeroyCFLAGS_mmu.o  		+= -DDISABLE_BRANCH_PROFILING
7471e475cSChristophe Leroyendif
8471e475cSChristophe Leroy
9*259149cfSChristophe Leroyobj-y += mmu.o mmu_context.o
10*259149cfSChristophe Leroyobj-$(CONFIG_PPC_BOOK3S_603) += nohash_low.o
11*259149cfSChristophe Leroyobj-$(CONFIG_PPC_BOOK3S_604) += hash_low.o tlb.o
12