Merge branch 'master' of ssh://git.lttng.org/home/git/lttng-modules
[lttng-modules.git] / Makefile
index 62698b2af7e76f1584757837df3bb9369e56ad02..d6f1a886c220f03c256bbd35a419b783902cdd8e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,11 @@ ltt-relay-objs :=  ltt-events.o ltt-debugfs-abi.o \
                        ltt-probes.o ltt-core.o ltt-context.o \
                        lttng-context-pid.o lttng-context-comm.o \
                        lttng-context-prio.o lttng-context-nice.o \
-                       wrapper/sched.o
+                       wrapper/poll.o
+
+ifneq ($(CONFIG_PERF_EVENTS),)
+ltt-relay-objs += lttng-context-perf-counters.o
+endif
 
 obj-m += probes/
 obj-m += lib/
This page took 0.023197 seconds and 4 git commands to generate.