X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2FMakefile;h=794a06993a8e0efac2a8147b6c3bf0fd8c1119ac;hb=6d20e0ae80b64714a2e768d9ef110e13c0b43c4a;hp=8e6994a0ffe8a7b5f3bac813a5161e6fd2c30450;hpb=8c468a9b91987a71c3e30107c701ca4e935a3fee;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 8e6994a0..794a0699 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -13,10 +13,6 @@ obj-m += lttng-probe-lttng.o obj-m += lttng-probe-sched.o obj-m += lttng-probe-irq.o -ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),) -obj-m += lttng-probe-syscalls.o -endif - ifneq ($(CONFIG_KVM),) obj-m += lttng-probe-kvm.o endif @@ -31,6 +27,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