diff options
Diffstat (limited to 'arch/sparc/mm/Makefile')
-rw-r--r-- | arch/sparc/mm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/sparc/mm/Makefile b/arch/sparc/mm/Makefile index 3ad1b1f9953e..681abe0a4594 100644 --- a/arch/sparc/mm/Makefile +++ b/arch/sparc/mm/Makefile | |||
@@ -4,13 +4,17 @@ | |||
4 | asflags-y := -ansi | 4 | asflags-y := -ansi |
5 | ccflags-y := -Werror | 5 | ccflags-y := -Werror |
6 | 6 | ||
7 | obj-y := fault_$(BITS).o | 7 | obj-$(CONFIG_SPARC64) += ultra.o tlb.o tsb.o |
8 | obj-y += fault_$(BITS).o | ||
8 | obj-y += init_$(BITS).o | 9 | obj-y += init_$(BITS).o |
9 | obj-$(CONFIG_SPARC32) += loadmmu.o | 10 | obj-$(CONFIG_SPARC32) += loadmmu.o |
10 | obj-y += generic_$(BITS).o | 11 | obj-y += generic_$(BITS).o |
11 | obj-$(CONFIG_SPARC32) += extable.o btfixup.o srmmu.o iommu.o io-unit.o | 12 | 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 | obj-$(CONFIG_SPARC32) += hypersparc.o viking.o tsunami.o swift.o |
13 | 14 | ||
15 | # Only used by sparc64 | ||
16 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | ||
17 | |||
14 | # Only used by sparc32 | 18 | # Only used by sparc32 |
15 | obj-$(CONFIG_HIGHMEM) += highmem.o | 19 | obj-$(CONFIG_HIGHMEM) += highmem.o |
16 | 20 | ||