https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c44e1cfe9b4bd7efaf69ee4345d3db36907f1bdc authored by Jason Self on 13 May 2014, 12:00:11 UTC
Linux-libre 3.10.40-gnu
Tip revision: c44e1cf
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