mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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
|