xref: /linux/samples/kprobes/Makefile (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2804defeaSAnanth N Mavinakayanahalli# builds the kprobes example kernel modules;
3804defeaSAnanth N Mavinakayanahalli# then to use one (as root):  insmod <module_name.ko>
4804defeaSAnanth N Mavinakayanahalli
59be95bdcSMasami Hiramatsuobj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o
6804defeaSAnanth N Mavinakayanahalliobj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o
7