https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e86668840ca55d4fae7d97455e4c5e54f5526cd2 authored by Jason Self on 17 October 2011, 16:51:10 UTC
Linux-libre 3.0.7-gnu1
Tip revision: e866688
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