xref: /openbmc/linux/arch/ia64/mm/Makefile (revision 8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for the ia64-specific parts of the memory manager.
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
6e9b0a071SBjorn Helgaasobj-y := init.o fault.o tlb.o extable.o ioremap.o
71da177e4SLinus Torvalds
81da177e4SLinus Torvaldsobj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
91da177e4SLinus Torvaldsobj-$(CONFIG_NUMA)	   += numa.o
10da9577c5SBob Piccoobj-$(CONFIG_SPARSEMEM)	   += discontig.o
11da9577c5SBob Piccoobj-$(CONFIG_FLATMEM)	   += contig.o
12