arch/x86/events/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/x86/events/Makefile
Extension
[no extension]
Size
315 bytes
Lines
9
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					+= core.o probe.o utils.o
obj-$(CONFIG_PERF_EVENTS_INTEL_RAPL)	+= rapl.o
obj-y					+= amd/
obj-$(CONFIG_X86_LOCAL_APIC)            += msr.o
obj-$(CONFIG_CPU_SUP_INTEL)		+= intel/
obj-$(CONFIG_CPU_SUP_CENTAUR)		+= zhaoxin/
obj-$(CONFIG_CPU_SUP_ZHAOXIN)		+= zhaoxin/

Annotation

Implementation Notes