xref: /linux/arch/x86/coco/sev/Makefile (revision d3b402c5a2d47f51eb0581da1a7b142f82cb10d1)
138918e0bSBorislav Petkov (AMD)# SPDX-License-Identifier: GPL-2.0
238918e0bSBorislav Petkov (AMD)
3d4077e6aSArd Biesheuvelobj-y += core.o noinstr.o vc-handle.o svsm.o
499b863d2SArd Biesheuvel
599b863d2SArd Biesheuvel# Clang 14 and older may fail to respect __no_sanitize_undefined when inlining
6d4077e6aSArd BiesheuvelUBSAN_SANITIZE_noinstr.o	:= n
7b66fcee1SArd Biesheuvel
86b995d01SArd Biesheuvel# GCC may fail to respect __no_sanitize_address or __no_kcsan when inlining
9d4077e6aSArd BiesheuvelKASAN_SANITIZE_noinstr.o	:= n
10d4077e6aSArd BiesheuvelKCSAN_SANITIZE_noinstr.o	:= n
11*9efb74f8SBrendan Jackman
12*9efb74f8SBrendan JackmanGCOV_PROFILE_noinstr.o		:= n
13