Makefile 398 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0
  2. KASAN_SANITIZE := n
  3. UBSAN_SANITIZE_kasan.o := n
  4. KCOV_INSTRUMENT := n
  5. CFLAGS_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
  8. CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
  9. obj-y := kasan.o report.o kasan_init.o quarantine.o