Connect probes to KVM TRACE_EVENTS
[lttng-modules.git] / probes / Makefile
index d8f1c40309599f443a69246c65eb7834190bc869..bb3aca7aeece8f8f9756abd1902aee4c127a3e22 100644 (file)
@@ -44,4 +44,10 @@ endif
 obj-m += block-trace.o
 endif
 
+ifdef CONFIG_KVM
+ifdef CONFIG_FTRACE
+CFLAGS_REMOVE_kvm-trace.o = -pg
+endif
+obj-m += kvm-trace.o
+endif
 
This page took 0.025542 seconds and 4 git commands to generate.