X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile;h=dfa0792bf2484afc3f6f0d34cce9b336b9b3286b;hb=3e8b3fb853ead73ecbebdd8cf80d3a69c89567b7;hp=2cfc69012509d2c931b18291e8cbb399011aa39b;hpb=a82c63f10514ca43282498ea4fdee3908576528a;p=lttng-modules.git diff --git a/Makefile b/Makefile index 2cfc6901..dfa0792b 100644 --- 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