https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cd72b6698bbf0773c0deceb588d931218cbc4228 authored by Jason Self on 14 November 2014, 16:48:30 UTC
Linux-libre 3.10.60-gnu
Tip revision: cd72b66
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