2005-04-17 06:20:36 +08:00
|
|
|
# Makefile for the linux Sparc-specific parts of the memory manager.
|
|
|
|
#
|
|
|
|
|
2008-11-17 12:08:19 +08:00
|
|
|
asflags-y := -ansi
|
|
|
|
ccflags-y := -Werror
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2011-07-26 08:12:22 +08:00
|
|
|
obj-$(CONFIG_SPARC64) += ultra.o tlb.o tsb.o gup.o
|
2008-11-17 12:08:45 +08:00
|
|
|
obj-y += fault_$(BITS).o
|
2008-11-17 12:08:19 +08:00
|
|
|
obj-y += init_$(BITS).o
|
2012-05-14 23:58:57 +08:00
|
|
|
obj-$(CONFIG_SPARC32) += extable.o srmmu.o iommu.o io-unit.o
|
2012-05-26 05:20:17 +08:00
|
|
|
obj-$(CONFIG_SPARC32) += srmmu_access.o
|
2008-11-17 12:08:19 +08:00
|
|
|
obj-$(CONFIG_SPARC32) += hypersparc.o viking.o tsunami.o swift.o
|
2012-05-26 05:20:14 +08:00
|
|
|
obj-$(CONFIG_SPARC32) += leon_mm.o
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2008-11-17 12:08:45 +08:00
|
|
|
# Only used by sparc64
|
|
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
|
|
|
|
2008-11-17 12:08:19 +08:00
|
|
|
# Only used by sparc32
|
|
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|