MN10300: AM34: Add cacheflushing by using the AM34 purge registers
[deliverable/linux.git] / arch / mn10300 / mm / Makefile
CommitLineData
b920de1b
DH
1#
2# Makefile for the MN10300-specific memory management code
3#
4
518d4bb7
DH
5cacheflush-y := cache.o
6cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_TAG) += cache-inv-by-tag.o
9731d237 7cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_REG) += cache-inv-by-reg.o
518d4bb7 8cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_TAG) += cache-flush-by-tag.o
9731d237 9cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_REG) += cache-flush-by-reg.o
62bdb288
DH
10
11cacheflush-$(CONFIG_MN10300_CACHE_DISABLED) := cache-disabled.o
12
b920de1b
DH
13obj-y := \
14 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
62bdb288 15 misalignment.o dma-alloc.o $(cacheflush-y)
This page took 0.220324 seconds and 5 git commands to generate.