xref: /kernel/linux/linux-5.10/arch/powerpc/mm/nohash/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciccflags-$(CONFIG_PPC64)	:= $(NO_MINIMAL_TOC)
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciobj-y				+= mmu_context.o tlb.o tlb_low.o
68c2ecf20Sopenharmony_ciobj-$(CONFIG_PPC_BOOK3E_64)  	+= tlb_low_64e.o book3e_pgtable.o
78c2ecf20Sopenharmony_ciobj-$(CONFIG_40x)		+= 40x.o
88c2ecf20Sopenharmony_ciobj-$(CONFIG_44x)		+= 44x.o
98c2ecf20Sopenharmony_ciobj-$(CONFIG_PPC_8xx)		+= 8xx.o
108c2ecf20Sopenharmony_ciobj-$(CONFIG_PPC_FSL_BOOK3E)	+= fsl_booke.o
118c2ecf20Sopenharmony_ciobj-$(CONFIG_RANDOMIZE_BASE)	+= kaslr_booke.o
128c2ecf20Sopenharmony_ciifdef CONFIG_HUGETLB_PAGE
138c2ecf20Sopenharmony_ciobj-$(CONFIG_PPC_FSL_BOOK3E)	+= book3e_hugetlbpage.o
148c2ecf20Sopenharmony_ciendif
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci# Disable kcov instrumentation on sensitive code
178c2ecf20Sopenharmony_ci# This is necessary for booting with kcov enabled on book3e machines
188c2ecf20Sopenharmony_ciKCOV_INSTRUMENT_tlb.o := n
198c2ecf20Sopenharmony_ciKCOV_INSTRUMENT_fsl_booke.o := n
20

Indexes created Thu Nov 07 10:32:03 CST 2024