X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile;h=4cc8b6bf429a47288adef4c69707c337cc4d97a0;hb=46142a81c9c0cafd313852003df68048d199d0cc;hp=d4b09bbeac5cbe0ab65c1a0d9d00e1c597fae3a8;hpb=975da2c003441a8a16a36947e9500237c197e91b;p=lttng-modules.git diff --git a/Makefile b/Makefile index d4b09bbe..4cc8b6bf 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ endif ifneq ($(CONFIG_PERF_EVENTS),) lttng-tracer-objs += $(shell \ if [ $(VERSION) -ge 3 \ - -o \( $(VERSION) -eq 2 -a $(PATCHLEVEL) -ge 6 -a $(SUBLEVEL) -ge 33 \) ] ; then \ + -o \( $(VERSION) -eq 2 -a $(PATCHLEVEL) -ge 6 -a $(SUBLEVEL) -ge 34 \) ] ; then \ echo "lttng-context-perf-counters.o" ; fi;) endif