X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=probes%2FMakefile;h=8e6994a0ffe8a7b5f3bac813a5161e6fd2c30450;hb=2001023e1ab9ae4bf85cad1dfb4c9aefb2e40dcf;hp=1b1e51f624f31eb811b3a82bfbbe820924debe98;hpb=056f5922eb9235d9163fe7535ce2f803ab8b05dd;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 1b1e51f6..8e6994a0 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -12,7 +12,10 @@ obj-m += lttng-probe-lttng.o obj-m += lttng-probe-sched.o obj-m += lttng-probe-irq.o + +ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),) obj-m += lttng-probe-syscalls.o +endif ifneq ($(CONFIG_KVM),) obj-m += lttng-probe-kvm.o