sparc: prepare mm/ for unification
[deliverable/linux.git] / arch / sparc / mm / Makefile
CommitLineData
1da177e4
LT
1# Makefile for the linux Sparc-specific parts of the memory manager.
2#
3
c37ddd93
SR
4asflags-y := -ansi
5ccflags-y := -Werror
1da177e4 6
c37ddd93
SR
7obj-y := fault_$(BITS).o
8obj-y += init_$(BITS).o
9obj-$(CONFIG_SPARC32) += loadmmu.o
10obj-y += generic_$(BITS).o
11obj-$(CONFIG_SPARC32) += extable.o btfixup.o srmmu.o iommu.o io-unit.o
12obj-$(CONFIG_SPARC32) += hypersparc.o viking.o tsunami.o swift.o
1da177e4 13
c37ddd93
SR
14# Only used by sparc32
15obj-$(CONFIG_HIGHMEM) += highmem.o
1da177e4
LT
16
17ifdef CONFIG_SMP
c37ddd93 18obj-$(CONFIG_SPARC32) += nosun4c.o
1da177e4 19else
c37ddd93 20obj-$(CONFIG_SPARC32) += sun4c.o
1da177e4 21endif
This page took 0.351952 seconds and 5 git commands to generate.