Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / xtensa / mm / Makefile
1 #
2 # Makefile for the Linux/Xtensa-specific parts of the memory manager.
3 #
4
5 obj-y                   := init.o misc.o
6 obj-$(CONFIG_MMU)       += cache.o fault.o ioremap.o mmu.o tlb.o
7 obj-$(CONFIG_HIGHMEM)   += highmem.o
8 obj-$(CONFIG_KASAN)     += kasan_init.o
9
10 KASAN_SANITIZE_fault.o := n
11 KASAN_SANITIZE_kasan_init.o := n
12 KASAN_SANITIZE_mmu.o := n