xref: /linux/arch/x86/coco/Makefile (revision 6198311093dabcafbe345d580c56b5d5a9ab5f3c)
1*61983110SKirill A. Shutemov# SPDX-License-Identifier: GPL-2.0
2*61983110SKirill A. ShutemovCFLAGS_REMOVE_core.o	= -pg
3*61983110SKirill A. ShutemovKASAN_SANITIZE_core.o	:= n
4*61983110SKirill A. ShutemovCFLAGS_core.o		+= -fno-stack-protector
5*61983110SKirill A. Shutemov
6*61983110SKirill A. Shutemovobj-y += core.o
7