swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: e816b57a337ea3b755de72bec38c10c864f23015 authored by Linus Torvalds on 16 April 2012, 01:28:29 UTC
Linux 3.4-rc3
Tip revision: e816b57
Makefile
#
# Makefile for the Linux/SCORE-specific parts of the memory manager.
#

obj-y += cache.o extable.o fault.o init.o \
	tlb-miss.o tlb-score.o pgtable.o
back to top