arch/x86/kernel/kprobes/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/x86/kernel/kprobes/Makefile
Extension
[no extension]
Size
185 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
#
# Makefile for kernel probes
#

obj-$(CONFIG_KPROBES)		+= core.o
obj-$(CONFIG_OPTPROBES)		+= opt.o
obj-$(CONFIG_KPROBES_ON_FTRACE)	+= ftrace.o

Annotation

Implementation Notes