Add event macro reset header, add kvm probe
[lttng-modules.git] / probes / Makefile
index ba634685f250d6ba72591bb91f5aae98e21453bf..1c4f32b8bca2c9804ea04d7f30af6e07ce555947 100644 (file)
@@ -6,9 +6,11 @@ ifneq ($(KERNELRELEASE),)
 ifneq ($(CONFIG_TRACEPOINTS),)
 
 ccflags-y += -I$(PWD)/probes
-obj-m += lttng-probe-sched.o
 obj-m += lttng-types.o
 
+obj-m += lttng-probe-sched.o
+obj-m += lttng-probe-kvm.o
+
 endif
 
 else
This page took 0.022777 seconds and 4 git commands to generate.