Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 485802a6c524e62b5924849dd727ddbb1497cc71 authored by Linus Torvalds on 17 June 2012, 00:25:17 UTC
Linux 3.5-rc3
Tip revision: 485802a
Makefile
#
# Makefile for the linux cris-specific parts of the memory manager.
#

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

back to top