Raw File
Makefile
# Makefile for the Linux/cris parts of the memory manager.

obj-y	 := mmu.o init.o tlb.o intmem.o
back to top