X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=f377874a3d5673eb00a98ccf3805a1ef11c4d5a2;hb=78b334181cbe674cfb10f0f11ebd7d36e6feb045;hp=8602649a0d3b3890e30920c8437003e9a3fb82e0;hpb=a824008cc30bf9a4b99aeb00657bbe2f0be9b653;p=lttng-modules.git diff --git a/Makefile b/Makefile index 8602649a..f377874a 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ ifneq ($(KERNELRELEASE),) 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) -eq 6 -a $(SUBLEVEL) -ge 33 \) ] ; then \ echo "lttng-context-perf-counters.o" ; fi;) endif # CONFIG_PERF_EVENTS @@ -83,7 +83,7 @@ ifneq ($(KERNELRELEASE),) lttng-tracer-objs += $(shell \ if [ $(VERSION) -ge 4 \ - -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 15 -a $(SUBLEVEL) -ge 0 \) ] ; then \ + -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 15 \) ] ; then \ echo "lttng-tracepoint.o" ; fi;) obj-$(CONFIG_LTTNG) += lttng-statedump.o