127e23b5fSChristophe Leroy# SPDX-License-Identifier: GPL-2.0 227e23b5fSChristophe Leroy 327e23b5fSChristophe Leroyccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC) 427e23b5fSChristophe Leroy 525ae981fSChristophe Leroyobj-y += mmu_context.o tlb.o tlb_low.o kup.o 627e23b5fSChristophe Leroyobj-$(CONFIG_PPC_BOOK3E_64) += tlb_low_64e.o book3e_pgtable.o 727e23b5fSChristophe Leroyobj-$(CONFIG_40x) += 40x.o 827e23b5fSChristophe Leroyobj-$(CONFIG_44x) += 44x.o 927e23b5fSChristophe Leroyobj-$(CONFIG_PPC_8xx) += 8xx.o 10*3e731858SChristophe Leroyobj-$(CONFIG_PPC_E500) += e500.o 112b0e86ccSJason Yanobj-$(CONFIG_RANDOMIZE_BASE) += kaslr_booke.o 1227e23b5fSChristophe Leroyifdef CONFIG_HUGETLB_PAGE 13*3e731858SChristophe Leroyobj-$(CONFIG_PPC_E500) += e500_hugetlbpage.o 1427e23b5fSChristophe Leroyendif 1527e23b5fSChristophe Leroy 1627e23b5fSChristophe Leroy# Disable kcov instrumentation on sensitive code 1727e23b5fSChristophe Leroy# This is necessary for booting with kcov enabled on book3e machines 1827e23b5fSChristophe LeroyKCOV_INSTRUMENT_tlb.o := n 19*3e731858SChristophe LeroyKCOV_INSTRUMENT_e500.o := n 20