swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 5666c0947ede0432ba5148570aa66ffb9febff5b authored by Linus Torvalds on 01 December 2005, 06:25:15 UTC
Linux v2.6.15-rc4
Tip revision: 5666c09
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