swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 0215ffb08ce99e2bb59eca114a99499a4d06e704 authored by Linus Torvalds on 29 November 2006, 21:57:37 UTC
Linux 2.6.19
Tip revision: 0215ffb
Makefile
#
# Makefile for the linux m68k-specific parts of the memory manager.
#

obj-y		:= cache.o init.o fault.o hwtest.o

obj-$(CONFIG_MMU_MOTOROLA)	+= kmap.o memory.o motorola.o
obj-$(CONFIG_MMU_SUN3)		+= sun3kmap.o sun3mmu.o
back to top