https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7f731b3ac1910905cf38566d6f155da21cab03f0 authored by Jason Self on 03 April 2014, 19:01:27 UTC
Linux-libre 3.10.36-gnu
Tip revision: 7f731b3
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