https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 46e550e39d732d59ddea15998976cdeb47ea9eb6 authored by Jason Self on 16 August 2009, 21:20:01 UTC
Linux-libre 2.6.30.5-gnu1
Tip revision: 46e550e
Makefile
#
# Makefile for the linux cris-specific parts of the memory manager.
#

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

back to top