X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2FMakefile;h=8b02d5f5b5eaa3adcf43d657bfef940627ed301c;hb=e15b0e203f91192e5a26be0ca7d767f75c8c9903;hp=8e6994a0ffe8a7b5f3bac813a5161e6fd2c30450;hpb=8c468a9b91987a71c3e30107c701ca4e935a3fee;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