blob: dc4b9f0ea65c8b07a2c9e01e7b33473447f5e50e [file] [log] [blame]
David Howellsb920de12008-02-08 04:19:31 -08001#
2# Makefile for the MN10300-specific memory management code
3#
4
David Howells518d4bb2010-10-27 17:28:43 +01005cacheflush-y := cache.o
6cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_TAG) += cache-inv-by-tag.o
7cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_TAG) += cache-flush-by-tag.o
David Howells62bdb282010-09-29 01:57:02 +01008
9cacheflush-$(CONFIG_MN10300_CACHE_DISABLED) := cache-disabled.o
10
David Howellsb920de12008-02-08 04:19:31 -080011obj-y := \
12 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
David Howells62bdb282010-09-29 01:57:02 +010013 misalignment.o dma-alloc.o $(cacheflush-y)