sparc64: unify arch/sparc64/oprofile/
[deliverable/linux.git] / arch / sparc / mm / Makefile
CommitLineData
1da177e4
LT
1# Makefile for the linux Sparc-specific parts of the memory manager.
2#
3
4EXTRA_AFLAGS := -ansi
5
5110bd21
AB
6obj-y := fault.o init.o loadmmu.o generic.o extable.o btfixup.o \
7 srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
1da177e4
LT
8
9ifdef CONFIG_HIGHMEM
10obj-y += highmem.o
11endif
12
13ifdef CONFIG_SMP
14obj-y += nosun4c.o
15else
16obj-y += sun4c.o
17endif
This page took 0.52381 seconds and 5 git commands to generate.