]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - mm/kasan/Makefile
Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / mm / kasan / Makefile
1 KASAN_SANITIZE := n
2 UBSAN_SANITIZE_kasan.o := n
3
4 CFLAGS_REMOVE_kasan.o = -pg
5 # Function splitter causes unnecessary splits in __asan_load1/__asan_store1
6 # see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533
7 CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
8
9 obj-y := kasan.o report.o kasan_init.o