Support for linux kernels 2.6.32 through 2.6.37
[lttng-modules.git] / Makefile
index d4b09bbeac5cbe0ab65c1a0d9d00e1c597fae3a8..4cc8b6bf429a47288adef4c69707c337cc4d97a0 100644 (file)
--- 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
 
This page took 0.022597 seconds and 4 git commands to generate.