Makefile revision 6bc9a3966f0395419b09b2ec90f89f7f00341b37
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