xref: /openbmc/linux/arch/x86/kernel/kprobes/Makefile (revision f684199f)
1f684199fSMasami Hiramatsu#
2f684199fSMasami Hiramatsu# Makefile for kernel probes
3f684199fSMasami Hiramatsu#
4f684199fSMasami Hiramatsu
5f684199fSMasami Hiramatsuobj-$(CONFIG_KPROBES)		+= core.o
6f684199fSMasami Hiramatsuobj-$(CONFIG_OPTPROBES)		+= opt.o
7f684199fSMasami Hiramatsuobj-$(CONFIG_KPROBES_ON_FTRACE)	+= ftrace.o
8