X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;h=8e6994a0ffe8a7b5f3bac813a5161e6fd2c30450;hb=8c468a9b91987a71c3e30107c701ca4e935a3fee;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