X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;h=1c4f32b8bca2c9804ea04d7f30af6e07ce555947;hb=6db3d13b849ff90922bd55fdaf047d746d79ba4a;hp=ba634685f250d6ba72591bb91f5aae98e21453bf;hpb=d0dd2ecbe2f2e614e0469addd1bd962db3cf047b;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index ba634685..1c4f32b8 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -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