Fix: ensure userspace accesses are done with _inatomic
[lttng-modules.git] / Makefile
index d06e6764119d4acd0d49745be0ac8a2c4445b5b2..b91113e475e994b51b2c3aa9998fcccb425d3e45 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ obj-m += lttng-statedump.o
 lttng-statedump-objs := lttng-statedump-impl.o wrapper/irqdesc.o
 
 ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),)
-lttng-tracer-objs += lttng-syscalls.o
+lttng-tracer-objs += lttng-syscalls.o probes/lttng-probe-user.o
 endif
 
 ifneq ($(CONFIG_PERF_EVENTS),)
This page took 0.028355 seconds and 4 git commands to generate.