Add prio and nice contexts
[lttng-modules.git] / Makefile
index 2549f1d15bdb5a1b0828c51ec500ef41fe97169e..fa337a0fd97332dd2586a763f7895ada610f21f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,21 +5,18 @@
 ifneq ($(KERNELRELEASE),)
 ifneq ($(CONFIG_TRACEPOINTS),)
 
-obj-m += ltt-core.o
 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-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.022487 seconds and 4 git commands to generate.