arch/x86/kernel/cpu/resctrl/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/x86/kernel/cpu/resctrl/Makefile
Extension
[no extension]
Size
334 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_X86_CPU_RESCTRL)		+= core.o rdtgroup.o monitor.o
obj-$(CONFIG_X86_CPU_RESCTRL)		+= ctrlmondata.o
obj-$(CONFIG_X86_CPU_RESCTRL_INTEL_AET)	+= intel_aet.o
obj-$(CONFIG_RESCTRL_FS_PSEUDO_LOCK)	+= pseudo_lock.o

# To allow define_trace.h's recursive include:
CFLAGS_pseudo_lock.o = -I$(src)

Annotation

Implementation Notes