https://github.com/torvalds/linux
Raw File
Tip revision: 53c8ba95402be65d412a806cda3430f0e72cd107 authored by Linus Torvalds on 05 June 2008, 03:10:44 UTC
Linux 2.6.26-rc5
Tip revision: 53c8ba9
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