1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Copyright (C) 2004, 2007-2010, 2011-2012 Syn !! 2 # Makefile for the linux ppc-specific parts of the memory manager. 4 # 3 # >> 4 # Note! Dependencies are done automagically by 'make dep', which also >> 5 # removes any old dependencies. DON'T put your own dependencies here >> 6 # unless it's something special (ie not a .c file). >> 7 # >> 8 # Note 2! The CFLAGS definition is now in the main makefile... >> 9 >> 10 USE_STANDARD_AS_RULE := true >> 11 >> 12 ifdef CONFIG_PPC64BRIDGE >> 13 EXTRA_AFLAGS := -Wa,-mppc64bridge >> 14 endif >> 15 >> 16 O_TARGET := mm.o >> 17 obj-y := fault.o init.o mem_pieces.o extable.o \ >> 18 mmu_context.o pgtable.o >> 19 >> 20 obj-$(CONFIG_PPC_STD_MMU) += hashtable.o ppc_mmu.o tlb.o >> 21 obj-$(CONFIG_40x) += 4xx_mmu.o >> 22 obj-$(CONFIG_44x) += 44x_mmu.o >> 23 obj-$(CONFIG_NOT_COHERENT_CACHE) += cachemap.o 5 24 6 obj-y := extable.o ioremap.o dma.o fault.o i !! 25 include $(TOPDIR)/Rules.make 7 obj-y += tlb.o tlbex.o cache.o mmap.o << 8 obj-$(CONFIG_HIGHMEM) += highmem.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.