Fix: ensure userspace accesses are done with _inatomic
[lttng-modules.git] / Makefile
index dfa0792bf2484afc3f6f0d34cce9b336b9b3286b..d9632bd3a4e278ba544bd62a20959226493f66f7 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.022918 seconds and 4 git commands to generate.