xref: /linux/arch/x86/coco/sev/Makefile (revision 02b072fd9fe1c5e16b7ae8da2f4ae31c8ef6f6a3)
1# SPDX-License-Identifier: GPL-2.0
2
3obj-y += core.o sev-nmi.o vc-handle.o
4
5# Clang 14 and older may fail to respect __no_sanitize_undefined when inlining
6UBSAN_SANITIZE_sev-nmi.o	:= n
7
8# GCC may fail to respect __no_sanitize_address when inlining
9KASAN_SANITIZE_sev-nmi.o	:= n
10