Update perf counter ABI
[lttng-modules.git] / Makefile
index fa337a0fd97332dd2586a763f7895ada610f21f6..dc44fd40b6cfb2834ef0b1e89861aa5e85ecafc4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ ltt-relay-objs :=  ltt-events.o ltt-debugfs-abi.o \
                        lttng-context-pid.o lttng-context-comm.o \
                        lttng-context-prio.o lttng-context-nice.o
 
+ifneq ($(CONFIG_PERF_EVENTS),)
+ltt-relay-objs += lttng-context-perf-counters.o
+endif
+
 obj-m += probes/
 obj-m += lib/
 
This page took 0.024679 seconds and 4 git commands to generate.