blob: 1557277fbc5c03962c56f39b7d1a5687bdea80bd [file] [log] [blame]
David Howellsb920de12008-02-08 04:19:31 -08001#
2# Makefile for the MN10300-specific memory management code
3#
4
David Howells62bdb282010-09-29 01:57:02 +01005cacheflush-y := cache.o cache-mn10300.o
6cacheflush-$(CONFIG_MN10300_CACHE_WBACK) += cache-flush-mn10300.o
7
8cacheflush-$(CONFIG_MN10300_CACHE_DISABLED) := cache-disabled.o
9
David Howellsb920de12008-02-08 04:19:31 -080010obj-y := \
11 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
David Howells62bdb282010-09-29 01:57:02 +010012 misalignment.o dma-alloc.o $(cacheflush-y)