X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2FMakefile;h=794a06993a8e0efac2a8147b6c3bf0fd8c1119ac;hb=09d8de2b842b6ead8822172adb56ae3ed4c1fdfa;hp=1b1e51f624f31eb811b3a82bfbbe820924debe98;hpb=056f5922eb9235d9163fe7535ce2f803ab8b05dd;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 1b1e51f6..794a0699 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -12,7 +12,6 @@ obj-m += lttng-probe-lttng.o obj-m += lttng-probe-sched.o obj-m += lttng-probe-irq.o -obj-m += lttng-probe-syscalls.o ifneq ($(CONFIG_KVM),) obj-m += lttng-probe-kvm.o @@ -28,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