arch/arm64/kernel/probes/Makefile

Source file repositories/reference/linux-study-clean/arch/arm64/kernel/probes/Makefile

File Facts

System
Linux kernel
Corpus path
arch/arm64/kernel/probes/Makefile
Extension
[no extension]
Size
216 bytes
Lines
7
Domain
Architecture Layer
Bucket
arch/arm64
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_KPROBES)		+= kprobes.o decode-insn.o	\
				   kprobes_trampoline.o		\
				   simulate-insn.o
obj-$(CONFIG_UPROBES)		+= uprobes.o decode-insn.o	\
				   simulate-insn.o

Annotation

Implementation Notes