X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile;h=606b5ec8b104b756dad0f56e35105c67d43c5907;hb=20591cf76d5dfd42d61a18bd494b40a70a04dd59;hp=a4c602fdb971277a7f17f9f3a3a666a883315894;hpb=989f58e80ffdf6fbc3150d14977c2bff411d3b9c;p=deliverable%2Flttng-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/