X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;h=ff6b9291f00eb377f4df2e56bc73561621e42020;hb=c337ddc219f608d4d35f461bdc9d2246324d6708;hp=2b61ce5fd17c1f0aab2538e10fcbc3190a93657d;hpb=ed5a7a8ff90907466838a57cd0cf8500d83a5e9f;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 2b61ce5f..ff6b9291 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -13,6 +13,8 @@ obj-m += lttng-probe-lttng.o obj-m += lttng-probe-sched.o obj-m += lttng-probe-irq.o +obj-m += lttng-probe-statedump.o + ifneq ($(CONFIG_KVM),) obj-m += lttng-probe-kvm.o endif