1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 20b24beccSAndrey RyabininKASAN_SANITIZE := n 3c6d30853SAndrey RyabininUBSAN_SANITIZE_kasan.o := n 45c9a8750SDmitry VyukovKCOV_INSTRUMENT := n 50b24beccSAndrey Ryabinin 60b24beccSAndrey RyabininCFLAGS_REMOVE_kasan.o = -pg 70b24beccSAndrey Ryabinin# Function splitter causes unnecessary splits in __asan_load1/__asan_store1 80b24beccSAndrey Ryabinin# see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533 90b24beccSAndrey RyabininCFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector) 100b24beccSAndrey Ryabinin 1180a9201aSAlexander Potapenkoobj-y := kasan.o report.o kasan_init.o quarantine.o 12