Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: da5cabf80e2433131bf0ed8993abc0f7ea618c73 authored by Linus Torvalds on 16 August 2010, 00:41:37 UTC
Linux 2.6.36-rc1
Tip revision: da5cabf
Makefile
#
# Makefile for the Linux/Xtensa-specific parts of the memory manager.
#

obj-y			:= init.o cache.o misc.o
obj-$(CONFIG_MMU)	+= fault.o mmu.o tlb.o
back to top