LTTng performance monitoring counters integration (work in progress)
[lttng-modules.git] / probes / Makefile
index 7129e979e28fe8678123ffcc3285730c0c9c47a3..554e6ffaf8e34c6a3a889786d3a126bbdc3fe46a 100644 (file)
@@ -24,6 +24,10 @@ 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.022749 seconds and 4 git commands to generate.