From 8c468a9b91987a71c3e30107c701ca4e935a3fee Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 21 Jul 2011 15:00:26 -0400 Subject: [PATCH] Build fix: check if have syscall tracepoint config Signed-off-by: Mathieu Desnoyers --- probes/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1