Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: eaa27f34e91a14cdceed26ed6c6793ec1d186115 authored by Linus Torvalds on 11 January 2015, 20:44:53 UTC
linux 3.19-rc4
Tip revision: eaa27f3
Makefile
#
# Makefile for the linux cris-specific parts of the memory manager.
#

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

back to top