mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-25 02:48:21 +00:00
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
|