Function tracer support
[lttng-modules.git] / probes / Makefile
index 81563b20b6e29ba2818a458de080926882468383..14a7c93bc3c867a361aae0d10a3711d36ae10b18 100644 (file)
@@ -16,6 +16,12 @@ obj-m += lttng-probe-irq.o
 obj-m += lttng-probe-block.o
 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.025886 seconds and 4 git commands to generate.