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