arch/riscv/kernel/tests/kprobes/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/riscv/kernel/tests/kprobes/Makefile
Extension
[no extension]
Size
122 bytes
Lines
4
Domain
Architecture Layer
Bucket
arch/riscv
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

obj-$(CONFIG_RISCV_KPROBES_KUNIT) += kprobes_riscv_kunit.o

kprobes_riscv_kunit-objs := test-kprobes.o test-kprobes-asm.o

Annotation

Implementation Notes