GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mn10300 / mm / Makefile
blob1557277fbc5c03962c56f39b7d1a5687bdea80bd
2 # Makefile for the MN10300-specific memory management code
5 cacheflush-y := cache.o cache-mn10300.o
6 cacheflush-$(CONFIG_MN10300_CACHE_WBACK) += cache-flush-mn10300.o
8 cacheflush-$(CONFIG_MN10300_CACHE_DISABLED) := cache-disabled.o
10 obj-y := \
11 init.o fault.o pgtable.o extable.o tlb-mn10300.o mmu-context.o \
12 misalignment.o dma-alloc.o $(cacheflush-y)