MN10300: AM34: The current cacheflush routines operate by controlling tag regs
[deliverable/linux.git] / arch / mn10300 / mm / Makefile
1 #
2 # Makefile for the MN10300-specific memory management code
3 #
4
5 cacheflush-y := cache.o
6 cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_TAG) += cache-inv-by-tag.o
7 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_TAG) += cache-flush-by-tag.o
8
9 cacheflush-$(CONFIG_MN10300_CACHE_DISABLED) := cache-disabled.o
10
11 obj-y := \
12 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
13 misalignment.o dma-alloc.o $(cacheflush-y)
This page took 0.164801 seconds and 5 git commands to generate.