arch/x86/coco/sev/Makefile

Source file repositories/reference/linux-study-clean/arch/x86/coco/sev/Makefile

File Facts

System
Linux kernel
Corpus path
arch/x86/coco/sev/Makefile
Extension
[no extension]
Size
358 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0

obj-y += core.o noinstr.o vc-handle.o svsm.o

# Clang 14 and older may fail to respect __no_sanitize_undefined when inlining
UBSAN_SANITIZE_noinstr.o	:= n

# GCC may fail to respect __no_sanitize_address or __no_kcsan when inlining
KASAN_SANITIZE_noinstr.o	:= n
KCSAN_SANITIZE_noinstr.o	:= n

GCOV_PROFILE_noinstr.o		:= n

Annotation

Implementation Notes