swh:1:snp:13806c77fd4b7f42b1e985e730bd615fd52cfac1
Raw File
Tip revision: bfe01a5ba2490f299e1d2d5508cbbbadd897bbe9 authored by Linus Torvalds on 05 October 2014, 19:23:04 UTC
Linux 3.17
Tip revision: bfe01a5
Makefile
#
# Makefile for the arch-specific parts of the memory manager.
#

obj-y := init.o kmap.o

obj-$(CONFIG_MMU) += \
	pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \
	mmu-context.o dma-alloc.o elf-fdpic.o
back to top