Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: c16fa4f2ad19908a47c63d8fa436a1178438c7e7 authored by Linus Torvalds on 18 March 2012, 23:15:34 UTC
Linux 3.3
Tip revision: c16fa4f
Makefile
#
# Makefile for the linux cris-specific parts of the memory manager.
#

obj-y	 := fault.o init.o tlb.o

back to top