xref: /linux/arch/x86/coco/sev/Makefile (revision 07fa9cad54609df3eea00cd5b167df6088ce01a6)
138918e0bSBorislav Petkov (AMD)# SPDX-License-Identifier: GPL-2.0
238918e0bSBorislav Petkov (AMD)
3ed4d95d0SArd Biesheuvelobj-y += core.o sev-nmi.o vc-handle.o
499b863d2SArd Biesheuvel
599b863d2SArd Biesheuvel# Clang 14 and older may fail to respect __no_sanitize_undefined when inlining
6a3cbbb47SArd BiesheuvelUBSAN_SANITIZE_sev-nmi.o	:= n
7b66fcee1SArd Biesheuvel
8*6b995d01SArd Biesheuvel# GCC may fail to respect __no_sanitize_address or __no_kcsan when inlining
9b66fcee1SArd BiesheuvelKASAN_SANITIZE_sev-nmi.o	:= n
10*6b995d01SArd BiesheuvelKCSAN_SANITIZE_sev-nmi.o	:= n
11