sparc: prepare mm/ for unification
[deliverable/linux.git] / arch / sparc / mm / Makefile
... / ...
CommitLineData
1# Makefile for the linux Sparc-specific parts of the memory manager.
2#
3
4asflags-y := -ansi
5ccflags-y := -Werror
6
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
13
14# Only used by sparc32
15obj-$(CONFIG_HIGHMEM) += highmem.o
16
17ifdef CONFIG_SMP
18obj-$(CONFIG_SPARC32) += nosun4c.o
19else
20obj-$(CONFIG_SPARC32) += sun4c.o
21endif
This page took 0.026175 seconds and 5 git commands to generate.