Cleanup ltt-tracer.h
[lttng-modules.git] / probes / Makefile
index add4e88fc0e48664a4c8b8fc0384e37263c20c26..f4642d5b72d22b26cf89ada925c2ff18282b9929 100644 (file)
@@ -13,7 +13,21 @@ obj-m += lttng-probe-lttng.o
 obj-m += lttng-probe-sched.o
 obj-m += lttng-probe-kvm.o
 obj-m += lttng-probe-irq.o
+obj-m += lttng-probe-syscalls.o
+
+ifneq ($(CONFIG_BLOCK),)
+ifneq ($(CONFIG_EVENT_TRACING),)       # need blk_cmd_buf_len
 obj-m += lttng-probe-block.o
+endif
+endif
+
+ifneq ($(CONFIG_KPROBES),)
+obj-m += lttng-kprobes.o
+endif
+
+ifneq ($(CONFIG_DYNAMIC_FTRACE),)
+obj-m += lttng-ftrace.o
+endif
 
 endif
 
This page took 0.0232 seconds and 4 git commands to generate.