Fix: statedump namespaced pid, tid and ppid
[lttng-modules.git] / Makefile
index dfa0792bf2484afc3f6f0d34cce9b336b9b3286b..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),)
@@ -55,4 +55,6 @@ modules_install:
 clean:
        $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
 
+%.i: %.c
+       $(MAKE) -C $(KERNELDIR) M=$(PWD) $@
 endif
This page took 0.023421 seconds and 4 git commands to generate.