Add context management infrastructure
[lttng-modules.git] / probes / Makefile
index 14a7c93bc3c867a361aae0d10a3711d36ae10b18..554e6ffaf8e34c6a3a889786d3a126bbdc3fe46a 100644 (file)
@@ -16,12 +16,18 @@ 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
 
+ifneq ($(CONFIG_PERF_EVENTS),)
+obj-m += lttng-perf-counters.o
+endif
+
 endif
 
 else
This page took 0.023636 seconds and 4 git commands to generate.