arch/x86/platform/pvh/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/x86/platform/pvh/Makefile
Extension
[no extension]
Size
155 bytes
Lines
7
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
OBJECT_FILES_NON_STANDARD_head.o := y
KASAN_SANITIZE := n

obj-$(CONFIG_PVH) += enlighten.o
obj-$(CONFIG_PVH) += head.o

Annotation

Implementation Notes