ubuntu-linux-kernel/arch/x86/kernel/kprobes/Makefile

8 lines
145 B
Makefile
Raw Normal View History

2024-04-01 15:06:58 +00:00
#
# Makefile for kernel probes
#
obj-$(CONFIG_KPROBES) += core.o
obj-$(CONFIG_OPTPROBES) += opt.o
obj-$(CONFIG_KPROBES_ON_FTRACE) += ftrace.o