Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / mm / kasan / Makefile
diff --git a/kernel/mm/kasan/Makefile b/kernel/mm/kasan/Makefile
new file mode 100644 (file)
index 0000000..bd837b8
--- /dev/null
@@ -0,0 +1,8 @@
+KASAN_SANITIZE := n
+
+CFLAGS_REMOVE_kasan.o = -pg
+# Function splitter causes unnecessary splits in __asan_load1/__asan_store1
+# see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533
+CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
+
+obj-y := kasan.o report.o