X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=dfa0792bf2484afc3f6f0d34cce9b336b9b3286b;hb=c337ddc219f608d4d35f461bdc9d2246324d6708;hp=2cfc69012509d2c931b18291e8cbb399011aa39b;hpb=ed5a7a8ff90907466838a57cd0cf8500d83a5e9f;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