X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile;h=606b5ec8b104b756dad0f56e35105c67d43c5907;hb=ac2440f2cbbcb03a8f945f7b4c6943f91aeab46d;hp=a4c602fdb971277a7f17f9f3a3a666a883315894;hpb=0c95667685cf8612eb0d231883874c173b7bb5a1;p=lttng-modules.git diff --git a/Makefile b/Makefile index a4c602fd..606b5ec8 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,10 @@ lttng-tracer-objs += $(shell \ echo "lttng-context-perf-counters.o" ; fi;) endif # CONFIG_PERF_EVENTS +lttng-tracer-objs += $(shell \ + if [ $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 15 -a $(SUBLEVEL) -ge 0 ] ; then \ + echo "lttng-tracepoint.o" ; fi;) + obj-m += probes/ obj-m += lib/