https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9bdbf38e45e80ad616bf81fb78d3a457d42647a7 authored by Jason Self on 17 May 2015, 16:51:44 UTC
Linux-libre 3.10.79-gnu
Tip revision: 9bdbf38
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