From: Mathieu Desnoyers Date: Thu, 21 Jul 2011 19:00:26 +0000 (-0400) Subject: Build fix: check if have syscall tracepoint config X-Git-Tag: v2.0-pre1~3 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=8c468a9b91987a71c3e30107c701ca4e935a3fee;p=lttng-modules.git Build fix: check if have syscall tracepoint config Signed-off-by: Mathieu Desnoyers --- 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