X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;fp=probes%2FMakefile;h=8b02d5f5b5eaa3adcf43d657bfef940627ed301c;hb=7371f44c2c8ea6e60c0457671af008dd018c0b5f;hp=8e6994a0ffe8a7b5f3bac813a5161e6fd2c30450;hpb=9fe47d1849406a219578176753b763998dc7fad1;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 8e6994a0..8b02d5f5 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -31,6 +31,11 @@ ifneq ($(CONFIG_KPROBES),) obj-m += lttng-kprobes.o endif + +ifneq ($(CONFIG_KRETPROBES),) +obj-m += lttng-kretprobes.o +endif + ifneq ($(CONFIG_DYNAMIC_FTRACE),) obj-m += lttng-ftrace.o endif