1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the linux s390-specific parts o !! 2 # Makefile for the linux m68k-specific parts of the memory manager. 4 # 3 # 5 4 6 obj-y := init.o fault.o extmem.o mma !! 5 obj-y := init.o fault.o extable.o hwtest.o 7 obj-y += page-states.o pageattr.o pg << 8 6 9 obj-$(CONFIG_CMM) += cmm.o !! 7 ifndef CONFIG_SUN3 10 obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o !! 8 obj-y += kmap.o memory.o motorola.o 11 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage !! 9 else 12 obj-$(CONFIG_PTDUMP_CORE) += dump_pageta !! 10 obj-y += sun3kmap.o sun3mmu.o 13 obj-$(CONFIG_PGSTE) += gmap.o !! 11 endif 14 obj-$(CONFIG_PFAULT) += pfault.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.