xref: /openbmc/linux/arch/x86/kernel/kprobes/Makefile (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2f684199fSMasami Hiramatsu#
3f684199fSMasami Hiramatsu# Makefile for kernel probes
4f684199fSMasami Hiramatsu#
5f684199fSMasami Hiramatsu
6f684199fSMasami Hiramatsuobj-$(CONFIG_KPROBES)		+= core.o
7f684199fSMasami Hiramatsuobj-$(CONFIG_OPTPROBES)		+= opt.o
8f684199fSMasami Hiramatsuobj-$(CONFIG_KPROBES_ON_FTRACE)	+= ftrace.o
9