7 lines
149 B
Makefile
7 lines
149 B
Makefile
|
#
|
||
|
# Makefile for the linux arm26-specific parts of the memory manager.
|
||
|
#
|
||
|
|
||
|
obj-y := init.o extable.o proc-funcs.o memc.o fault.o \
|
||
|
small_page.o
|