Merge tag 'dmaengine-fix-4.6-rc4' of git://git.infradead.org/users/vkoul/slave-dma
[deliverable/linux.git] / arch / s390 / mm / Makefile
1 #
2 # Makefile for the linux s390-specific parts of the memory manager.
3 #
4
5 obj-y := init.o fault.o extmem.o mmap.o vmem.o maccess.o
6 obj-y += page-states.o gup.o pageattr.o mem_detect.o
7 obj-y += pgtable.o pgalloc.o
8
9 obj-$(CONFIG_CMM) += cmm.o
10 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
11 obj-$(CONFIG_S390_PTDUMP) += dump_pagetables.o
12 obj-$(CONFIG_PGSTE) += gmap.o
This page took 0.037895 seconds and 5 git commands to generate.