109c8b22cb38b89ae41b2d49889a952a7775a99b
[safe/jmp/linux-2.6] / arch / sparc / mm / Makefile
1 # Makefile for the linux Sparc-specific parts of the memory manager.
2 #
3
4 EXTRA_AFLAGS := -ansi
5
6 obj-y    := fault.o init.o loadmmu.o generic.o extable.o btfixup.o
7
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
13
14 ifdef CONFIG_HIGHMEM
15 obj-y   += highmem.o
16 endif
17
18 ifdef CONFIG_SMP
19 obj-y   += nosun4c.o
20 else
21 obj-y   += sun4c.o
22 endif