X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;fp=probes%2FMakefile;h=bb3aca7aeece8f8f9756abd1902aee4c127a3e22;hb=d4697afa16fdcef842db5ada47617d84888ab5e6;hp=d8f1c40309599f443a69246c65eb7834190bc869;hpb=b46ea6e89811af37043965c998770e570dc9b441;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index d8f1c403..bb3aca7a 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -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