xref: /linux/arch/s390/mm/Makefile (revision b24413180f5600bcb3bb70fbed5cf186b60864bd)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for the linux s390-specific parts of the memory manager.
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
61e133ab2SMartin Schwidefskyobj-y		:= init.o fault.o extmem.o mmap.o vmem.o maccess.o
7c352e8b6SArd Biesheuvelobj-y		+= page-states.o gup.o pageattr.o mem_detect.o
81e133ab2SMartin Schwidefskyobj-y		+= pgtable.o pgalloc.o
96b70a920SHeiko Carstens
101da177e4SLinus Torvaldsobj-$(CONFIG_CMM)		+= cmm.o
1153492b1dSGerald Schaeferobj-$(CONFIG_HUGETLB_PAGE)	+= hugetlbpage.o
12e76e82d7SHeiko Carstensobj-$(CONFIG_S390_PTDUMP)	+= dump_pagetables.o
131e133ab2SMartin Schwidefskyobj-$(CONFIG_PGSTE)		+= gmap.o
14