https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d70bf5cfbca95fba80ca9b2e83e6073f49597da8 authored by Jason Self on 14 April 2014, 13:48:31 UTC
Linux-libre 3.13.10-gnu
Tip revision: d70bf5c
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