https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 986208ac070ff60c74845a6dfc50d435f4be0e64 authored by Jason Self on 06 January 2010, 23:17:49 UTC
Linux-libre 2.6.27.43-gnu1
Tip revision: 986208a
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