Fix loop dependency
[lttng-modules.git] / Makefile
index 8da265d5e54da460b46200e74bf1f23ce0267539..01b0e7ee1b02d0f45e08b305cf45b77b98a9f7b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,15 +11,11 @@ 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
 
 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.022929 seconds and 4 git commands to generate.