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 v5.5 15 lines 443 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the linux s390-specific parts of the memory manager. 4# 5 6obj-y := init.o fault.o extmem.o mmap.o vmem.o maccess.o 7obj-y += page-states.o pageattr.o 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 13 14KASAN_SANITIZE_kasan_init.o := n 15obj-$(CONFIG_KASAN) += kasan_init.o