1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the Nios2-specific parts of the !! 2 # Makefile for the linux i386-specific parts of the memory manager. 4 # 3 # 5 4 6 obj-y += cacheflush.o !! 5 obj-y := init.o pgtable.o fault.o ioremap.o extable.o pageattr.o 7 obj-y += dma-mapping.o !! 6 8 obj-y += extable.o !! 7 obj-$(CONFIG_DISCONTIGMEM) += discontig.o 9 obj-y += fault.o !! 8 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 10 obj-y += init.o !! 9 obj-$(CONFIG_HIGHMEM) += highmem.o 11 obj-y += ioremap.o !! 10 obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap.o 12 obj-y += mmu_context.o << 13 obj-y += pgtable.o << 14 obj-y += tlb.o << 15 obj-y += uaccess.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.