Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 326ba5010a5429a5a528b268b36a5900d4ab0eba authored by Linus Torvalds on 28 August 2009, 00:59:04 UTC
Linux 2.6.31-rc8
Tip revision: 326ba50
Makefile
#
# Makefile for the linux cris-specific parts of the memory manager.
#

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

back to top