sparc: remove CVS keywords
[linux-2.6/openmoko-kernel/knife-kernel.git] / arch / sparc / mm / Makefile
blob109c8b22cb38b89ae41b2d49889a952a7775a99b
1 # Makefile for the linux Sparc-specific parts of the memory manager.
4 EXTRA_AFLAGS := -ansi
6 obj-y := fault.o init.o loadmmu.o generic.o extable.o btfixup.o
8 ifeq ($(CONFIG_SUN4),y)
9 obj-y += nosrmmu.o
10 else
11 obj-y += srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
12 endif
14 ifdef CONFIG_HIGHMEM
15 obj-y += highmem.o
16 endif
18 ifdef CONFIG_SMP
19 obj-y += nosun4c.o
20 else
21 obj-y += sun4c.o
22 endif