Add CPU hotplug notifier for ltt debugfs ABI, add pollwait exclusive wrapper
[lttng-modules.git] / Makefile
index d2d6cbabe15cd6adc5a38f4b3a496a15f39e3e06..d6f1a886c220f03c256bbd35a419b783902cdd8e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,14 @@ obj-m += ltt-ring-buffer-metadata-client.o
 
 obj-m += ltt-relay.o
 ltt-relay-objs :=  ltt-events.o ltt-debugfs-abi.o \
-                       ltt-probes.o ltt-core.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/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.02329 seconds and 4 git commands to generate.