Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 # Makefile for the linux Sparc-specific parts of the memory manager.
0003 #
0004 
0005 asflags-y := -ansi
0006 ccflags-y := -Werror
0007 
0008 obj-$(CONFIG_SPARC64)   += ultra.o tlb.o tsb.o
0009 obj-y                   += fault_$(BITS).o
0010 obj-y                   += init_$(BITS).o
0011 obj-$(CONFIG_SPARC32)   += srmmu.o iommu.o io-unit.o
0012 obj-$(CONFIG_SPARC32)   += srmmu_access.o
0013 obj-$(CONFIG_SPARC32)   += hypersparc.o viking.o tsunami.o swift.o
0014 obj-$(CONFIG_SPARC32)   += leon_mm.o
0015 
0016 # Only used by sparc64
0017 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o