diff options
Diffstat (limited to 'arch/sh/mm/Makefile_64')
-rw-r--r-- | arch/sh/mm/Makefile_64 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/sh/mm/Makefile_64 b/arch/sh/mm/Makefile_64 index 82fe9072fd5c..5ff83583593e 100644 --- a/arch/sh/mm/Makefile_64 +++ b/arch/sh/mm/Makefile_64 | |||
@@ -5,12 +5,15 @@ | |||
5 | obj-y := init.o extable_64.o consistent.o | 5 | obj-y := init.o extable_64.o consistent.o |
6 | 6 | ||
7 | mmu-y := tlb-nommu.o pg-nommu.o | 7 | mmu-y := tlb-nommu.o pg-nommu.o |
8 | mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlb-flush_64.o | 8 | mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlb-flush_64.o tlb-sh5.o |
9 | |||
10 | ifndef CONFIG_CACHE_OFF | ||
11 | obj-y += cache-sh5.o | ||
12 | endif | ||
9 | 13 | ||
10 | obj-y += $(mmu-y) | 14 | obj-y += $(mmu-y) |
11 | 15 | ||
12 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | 16 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |
13 | obj-$(CONFIG_PMB) += pmb.o | ||
14 | obj-$(CONFIG_NUMA) += numa.o | 17 | obj-$(CONFIG_NUMA) += numa.o |
15 | 18 | ||
16 | EXTRA_CFLAGS += -Werror | 19 | EXTRA_CFLAGS += -Werror |