Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12 12 lines 366 B view raw
1# 2# Makefile for the linux s390-specific parts of the memory manager. 3# 4 5obj-y := init.o fault.o extmem.o mmap.o vmem.o maccess.o 6obj-y += page-states.o gup.o pageattr.o mem_detect.o 7obj-y += pgtable.o pgalloc.o 8 9obj-$(CONFIG_CMM) += cmm.o 10obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 11obj-$(CONFIG_S390_PTDUMP) += dump_pagetables.o 12obj-$(CONFIG_PGSTE) += gmap.o