1# 2# Makefile for the Linux/SCORE-specific parts of the memory manager. 3# 4 5obj-y += cache.o extable.o fault.o init.o \ 6 tlb-miss.o tlb-score.o pgtable.o 7