License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / mm / kasan / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
0b24becc 2KASAN_SANITIZE := n
c6d30853 3UBSAN_SANITIZE_kasan.o := n
5c9a8750 4KCOV_INSTRUMENT := n
0b24becc
AR
5
6CFLAGS_REMOVE_kasan.o = -pg
7# Function splitter causes unnecessary splits in __asan_load1/__asan_store1
8# see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533
9CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
10
80a9201a 11obj-y := kasan.o report.o kasan_init.o quarantine.o