xref: /kernel/linux/linux-6.6/arch/sparc/mm/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/sparc/mm/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci# Makefile for the linux Sparc-specific parts of the memory manager.
362306a36Sopenharmony_ci#
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciasflags-y := -ansi
662306a36Sopenharmony_ciccflags-y := -Werror
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciobj-$(CONFIG_SPARC64)   += ultra.o tlb.o tsb.o
962306a36Sopenharmony_ciobj-y                   += fault_$(BITS).o
1062306a36Sopenharmony_ciobj-y                   += init_$(BITS).o
1162306a36Sopenharmony_ciobj-$(CONFIG_SPARC32)   += srmmu.o iommu.o io-unit.o
1262306a36Sopenharmony_ciobj-$(CONFIG_SPARC32)   += srmmu_access.o
1362306a36Sopenharmony_ciobj-$(CONFIG_SPARC32)   += hypersparc.o viking.o tsunami.o swift.o
1462306a36Sopenharmony_ciobj-$(CONFIG_SPARC32)   += leon_mm.o
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci# Only used by sparc64
1762306a36Sopenharmony_ciobj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
18

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