Add PID context
[lttng-modules.git] / probes / Makefile
index 7129e979e28fe8678123ffcc3285730c0c9c47a3..78c0c69903882a36d7d6c241a4c503eff7c8e885 100644 (file)
@@ -24,6 +24,12 @@ ifneq ($(CONFIG_DYNAMIC_FTRACE),)
 obj-m += lttng-ftrace.o
 endif
 
+ifneq ($(CONFIG_PERF_EVENTS),)
+obj-m += lttng-perf-counters.o
+endif
+
+obj-m += lttng-context-pid.o
+
 endif
 
 else
This page took 0.022438 seconds and 4 git commands to generate.