X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile;h=66d94bcef2fc650147b4c18d7651ca270af81398;hb=88ec3fac2b6a6631b61e066c89687f77f00c7210;hp=2da72989e4c75a27ab4270e891a5b2c6950cadff;hpb=1aa93517990af3295adafb7c866c410a76de31f1;p=lttng-modules.git diff --git a/Makefile b/Makefile index 2da72989..66d94bce 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,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 34 \) ] ; then \ + -o \( $(VERSION) -eq 2 -a $(PATCHLEVEL) -ge 6 -a $(SUBLEVEL) -ge 33 \) ] ; then \ echo "lttng-context-perf-counters.o" ; fi;) endif