1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the Nios2-specific parts of the !! 2 # Makefile for the linux ppc-specific parts of the memory manager. 4 # 3 # 5 4 6 obj-y += cacheflush.o !! 5 ifdef CONFIG_PPC64BRIDGE 7 obj-y += dma-mapping.o !! 6 EXTRA_AFLAGS := -Wa,-mppc64bridge 8 obj-y += extable.o !! 7 endif 9 obj-y += fault.o !! 8 10 obj-y += init.o !! 9 obj-y := fault.o init.o mem_pieces.o extable.o \ 11 obj-y += ioremap.o !! 10 mmu_context.o pgtable.o 12 obj-y += mmu_context.o !! 11 13 obj-y += pgtable.o !! 12 obj-$(CONFIG_PPC_STD_MMU) += hashtable.o ppc_mmu.o tlb.o 14 obj-y += tlb.o !! 13 obj-$(CONFIG_40x) += 4xx_mmu.o 15 obj-y += uaccess.o !! 14 obj-$(CONFIG_44x) += 44x_mmu.o >> 15 obj-$(CONFIG_NOT_COHERENT_CACHE) += cachemap.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.