https://jxself.org/git/linux-libre.git
Raw File
Tip revision: df15262b20e5812e81f7168a49deaefab837a8cd authored by Jason Self on 07 March 2014, 06:07:10 UTC
Linux-libre 3.13.6-gnu
Tip revision: df15262
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