# SPDX-License-Identifier: GPL-2.0-only
# builds the kprobes example kernel modules;
# then to use one (as root): insmod <module_name.ko>
obj-$([31mCONFIG_SAMPLE_KPROBES[0m) += kprobe_example.o
obj-$([31mCONFIG_SAMPLE_KRETPROBES[0m) += kretprobe_example.o