Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / mm / kasan / Makefile
CommitLineData
0b24becc 1KASAN_SANITIZE := n
c6d30853 2UBSAN_SANITIZE_kasan.o := n
5c9a8750 3KCOV_INSTRUMENT := n
0b24becc
AR
4
5CFLAGS_REMOVE_kasan.o = -pg
6# Function splitter causes unnecessary splits in __asan_load1/__asan_store1
7# see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533
8CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
9
69786cdb 10obj-y := kasan.o report.o kasan_init.o
55834c59 11obj-$(CONFIG_SLAB) += quarantine.o