arch/x86/coco/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/x86/coco/Makefile
Extension
[no extension]
Size
224 bytes
Lines
10
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
CFLAGS_REMOVE_core.o	= -pg
KASAN_SANITIZE_core.o	:= n
CFLAGS_core.o		+= -fno-stack-protector

obj-y += core.o

obj-$(CONFIG_INTEL_TDX_GUEST)	+= tdx/
obj-$(CONFIG_AMD_MEM_ENCRYPT)   += sev/

Annotation

Implementation Notes