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