https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b411262067af1b3b014efea8d23ed1889bc900b0 authored by Jason Self on 12 December 2013, 06:36:50 UTC
Linux-libre 3.10.24-gnu
Tip revision: b411262
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