mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 17:14:40 +08: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
|