swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 60d4684068ff1eec78f55b5888d0bd2d4cca1520 authored by Linus Torvalds on 28 August 2006, 03:41:48 UTC
Linux v2.6.18-rc5
Tip revision: 60d4684
Makefile
#
# Makefile for the linux arm26-specific parts of the memory manager.
#

obj-y		:= init.o extable.o proc-funcs.o memc.o fault.o \
		   small_page.o
back to top