Implement state dump
[lttng-modules.git] / Makefile
index 2cfc69012509d2c931b18291e8cbb399011aa39b..dfa0792bf2484afc3f6f0d34cce9b336b9b3286b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,9 @@ lttng-tracer-objs :=  lttng-events.o lttng-abi.o \
                        lttng-context-vppid.o lttng-calibrate.o \
                        wrapper/random.o
 
+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
 endif
This page took 0.022896 seconds and 4 git commands to generate.