xref: /linux/arch/s390/mm/Makefile (revision c352e8b6de9808ec5edc792d54f8785de6626d02)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Makefile for the linux s390-specific parts of the memory manager.
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
51e133ab2SMartin Schwidefskyobj-y		:= init.o fault.o extmem.o mmap.o vmem.o maccess.o
6*c352e8b6SArd Biesheuvelobj-y		+= page-states.o gup.o pageattr.o mem_detect.o
71e133ab2SMartin Schwidefskyobj-y		+= pgtable.o pgalloc.o
86b70a920SHeiko Carstens
91da177e4SLinus Torvaldsobj-$(CONFIG_CMM)		+= cmm.o
1053492b1dSGerald Schaeferobj-$(CONFIG_HUGETLB_PAGE)	+= hugetlbpage.o
11e76e82d7SHeiko Carstensobj-$(CONFIG_S390_PTDUMP)	+= dump_pagetables.o
121e133ab2SMartin Schwidefskyobj-$(CONFIG_PGSTE)		+= gmap.o
13