arch/x86/events/intel/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/x86/events/intel/Makefile
Extension
[no extension]
Size
416 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
obj-$(CONFIG_CPU_SUP_INTEL)		+= core.o bts.o
obj-$(CONFIG_CPU_SUP_INTEL)		+= ds.o knc.o
obj-$(CONFIG_CPU_SUP_INTEL)		+= lbr.o p4.o p6.o pt.o
obj-$(CONFIG_PERF_EVENTS_INTEL_UNCORE)	+= intel-uncore.o
intel-uncore-objs			:= uncore.o uncore_nhmex.o uncore_snb.o uncore_snbep.o uncore_discovery.o
obj-$(CONFIG_PERF_EVENTS_INTEL_CSTATE)	+= intel-cstate.o
intel-cstate-objs			:= cstate.o

Annotation

Implementation Notes