mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +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
|