162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the ia64-specific parts of the memory manager. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-y := init.o fault.o tlb.o extable.o ioremap.o 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciobj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 962306a36Sopenharmony_ciobj-$(CONFIG_NUMA) += numa.o 1062306a36Sopenharmony_ciobj-$(CONFIG_SPARSEMEM) += discontig.o 1162306a36Sopenharmony_ciobj-$(CONFIG_FLATMEM) += contig.o 12