X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;h=794a06993a8e0efac2a8147b6c3bf0fd8c1119ac;hb=63728b0280b098167c6fc9f8e423b134fdd83a88;hp=8b02d5f5b5eaa3adcf43d657bfef940627ed301c;hpb=244465ab4bfd9c0199c2b7bd3debf7ad5b2a786a;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 8b02d5f5..794a0699 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -13,10 +13,6 @@ 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 endif