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