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