Fix loop dependency
[lttng-modules.git] / Makefile
index 169b7cdd89eb2132353827d917607a8415b32f0d..01b0e7ee1b02d0f45e08b305cf45b77b98a9f7b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ 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-context.o
+                       ltt-probes.o ltt-core.o ltt-context.o \
+                       lttng-context-pid.o
 
 obj-m += probes/
 obj-m += lib/
This page took 0.022432 seconds and 4 git commands to generate.