From b071c2634cfc4bb7d2afb90dca43f0ef252a32fc Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 17:26:19 -0400 Subject: [PATCH] Remove compatibility code for lttng-tracepoint --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.34.1