Add prio and nice contexts
[lttng-modules.git] / Makefile
index ac8618deb17efa83cb2a56ee6f4d87d6454b0d42..fa337a0fd97332dd2586a763f7895ada610f21f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,18 +7,16 @@ ifneq ($(CONFIG_TRACEPOINTS),)
 
 obj-m += ltt-ring-buffer-client-discard.o
 obj-m += ltt-ring-buffer-client-overwrite.o
+obj-m += ltt-ring-buffer-metadata-client.o
 
 obj-m += ltt-relay.o
-ltt-relay-objs :=  ltt-events.o ltt-event-header.o ltt-debugfs-abi.o \
-                       ltt-probes.o ltt-core.o
+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
 
 obj-m += probes/
-
-# Use externally packaged lib ring buffer if missing in kernel
-ifneq ($(CONFIG_LIB_RING_BUFFER),)
-else
 obj-m += lib/
-endif
 
 endif
 
This page took 0.024098 seconds and 4 git commands to generate.