arch/x86/virt/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/x86/virt/Makefile
Extension
[no extension]
Size
102 bytes
Lines
4
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-only
obj-y	+= svm/ vmx/

obj-$(subst m,y,$(CONFIG_KVM_X86)) += hw.o

Annotation

Implementation Notes