From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 21:26:19 +0000 (-0400) Subject: Remove compatibility code for lttng-tracepoint X-Git-Tag: for-upstreaming-review-1~9 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b071c2634cfc4bb7d2afb90dca43f0ef252a32fc;hp=39e2d4ac31f37525e34b74538249275f9b9d5fbd;p=lttng-modules.git Remove compatibility code for lttng-tracepoint --- diff --git a/Makefile b/Makefile index a96ab73c..9c5acf01 100644 --- a/Makefile +++ b/Makefile @@ -89,10 +89,7 @@ ifneq ($(KERNELRELEASE),) lttng-tracer-objs += lttng-context-preemptible.o endif - lttng-tracer-objs += $(shell \ - if [ $(VERSION) -ge 4 \ - -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 15 \) ] ; then \ - echo "lttng-tracepoint.o" ; fi;) + lttng-tracer-objs += lttng-tracepoint.o lttng-tracer-objs += lttng-context-cgroup-ns.o