swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 62d0cfcb27cf755cebdc93ca95dabc83608007cd authored by Linus Torvalds on 04 February 2007, 18:44:54 UTC
Linux 2.6.20
Tip revision: 62d0cfc
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