arch/x86/kernel/cpu/microcode/Makefile

Source file repositories/reference/linux-study-clean/arch/x86/kernel/cpu/microcode/Makefile

File Facts

System
Linux kernel
Corpus path
arch/x86/kernel/cpu/microcode/Makefile
Extension
[no extension]
Size
193 bytes
Lines
6
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
microcode-y				:= core.o
obj-$(CONFIG_MICROCODE)			+= microcode.o
microcode-$(CONFIG_CPU_SUP_INTEL)	+= intel.o
microcode-$(CONFIG_CPU_SUP_AMD)		+= amd.o

Annotation

Implementation Notes