swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 authored by Linus Torvalds on 22 December 2012, 01:19:00 UTC
Linux 3.8-rc1
Tip revision: a49f0d1
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