Function tracer support
[deliverable/lttng-modules.git] / probes / Makefile
index 77ff09a2e99288156a52d1d8ee7a26bb673e30a5..14a7c93bc3c867a361aae0d10a3711d36ae10b18 100644 (file)
@@ -18,6 +18,10 @@ obj-m += lttng-probe-syscalls.o
 
 obj-m += lttng-kprobes.o
 
+ifneq ($(CONFIG_DYNAMIC_FTRACE),)
+obj-m += lttng-ftrace.o
+endif
+
 endif
 
 else
This page took 0.025178 seconds and 5 git commands to generate.