kernel_samsung_a34x-permissive/arch/x86/kernel/kprobes/Makefile

8 lines
145 B
Makefile
Raw Normal View History

#
# Makefile for kernel probes
#
obj-$(CONFIG_KPROBES) += core.o
obj-$(CONFIG_OPTPROBES) += opt.o
obj-$(CONFIG_KPROBES_ON_FTRACE) += ftrace.o