aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/mm/Makefile_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/mm/Makefile_64')
-rw-r--r--arch/sh/mm/Makefile_642
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Makefile_64 b/arch/sh/mm/Makefile_64
index ec8deaa1790..82fe9072fd5 100644
--- a/arch/sh/mm/Makefile_64
+++ b/arch/sh/mm/Makefile_64
@@ -5,7 +5,7 @@
obj-y := init.o extable_64.o consistent.o
mmu-y := tlb-nommu.o pg-nommu.o
-mmu-$(CONFIG_MMU) := ioremap_64.o tlb-flush_64.o
+mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlb-flush_64.o
obj-y += $(mmu-y)