diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-16 00:53:56 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-16 00:53:56 +0900 |
commit | 65305ae816ca17a38340aef0ccc92d0c127acccf (patch) | |
tree | eb79f5942b85e857a2b0d09271253495356d5488 /arch/sh/mm/Makefile_64 | |
parent | eccee7457df2b1e1505522ab0064e577e16eed75 (diff) |
sh: Convert cache disabled SH-5 over to new cache interface.
The caches enabled case needs more work, but is presently broken
regardless, so this can be done incrementally.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Makefile_64')
-rw-r--r-- | arch/sh/mm/Makefile_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Makefile_64 b/arch/sh/mm/Makefile_64 index 4d5ed245ef4..dd104c4fffa 100644 --- a/arch/sh/mm/Makefile_64 +++ b/arch/sh/mm/Makefile_64 @@ -2,7 +2,7 @@ # Makefile for the Linux SuperH-specific parts of the memory manager. # -obj-y := init.o consistent.o mmap.o +obj-y := cache.o consistent.o init.o kmap.o mmap.o mmu-y := nommu.o extable_32.o mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlbflush_64.o tlb-sh5.o \ |