1# SPDX-License-Identifier: GPL-2.0
2
3KASAN_SANITIZE_mmu.o := n
4
5ifdef CONFIG_KASAN
6CFLAGS_mmu.o  		+= -DDISABLE_BRANCH_PROFILING
7endif
8
9obj-y += mmu.o hash_low.o mmu_context.o tlb.o
10