sparc32: introduce support for run-time patching for all shared assembler code
[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
df077ac4 7obj-$(CONFIG_SPARC64) += ultra.o tlb.o tsb.o gup.o
27137e52 8obj-y += fault_$(BITS).o
c37ddd93 9obj-y += init_$(BITS).o
50544bce 10obj-$(CONFIG_SPARC32) += extable.o srmmu.o iommu.o io-unit.o
c37ddd93 11obj-$(CONFIG_SPARC32) += hypersparc.o viking.o tsunami.o swift.o
31079488 12obj-$(CONFIG_SPARC32) += leon_mm.o
1da177e4 13
27137e52
SR
14# Only used by sparc64
15obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
16
c37ddd93
SR
17# Only used by sparc32
18obj-$(CONFIG_HIGHMEM) += highmem.o
This page took 0.538047 seconds and 5 git commands to generate.