mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
8 lines
145 B
Makefile
8 lines
145 B
Makefile
![]() |
#
|
||
|
# Makefile for kernel probes
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_KPROBES) += core.o
|
||
|
obj-$(CONFIG_OPTPROBES) += opt.o
|
||
|
obj-$(CONFIG_KPROBES_ON_FTRACE) += ftrace.o
|