lttng kprobes/ftrace integration: fix memleak
[lttng-modules.git] / probes / Makefile
index 77ff09a2e99288156a52d1d8ee7a26bb673e30a5..7129e979e28fe8678123ffcc3285730c0c9c47a3 100644 (file)
@@ -16,7 +16,13 @@ obj-m += lttng-probe-irq.o
 obj-m += lttng-probe-block.o
 obj-m += lttng-probe-syscalls.o
 
+ifneq ($(CONFIG_KPROBES),)
 obj-m += lttng-kprobes.o
+endif
+
+ifneq ($(CONFIG_DYNAMIC_FTRACE),)
+obj-m += lttng-ftrace.o
+endif
 
 endif
 
This page took 0.02282 seconds and 4 git commands to generate.