7 lines
152 B
Makefile
7 lines
152 B
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
|