Remove compatibility code for lttng-tracepoint
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 21:26:19 +0000 (17:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 21:26:19 +0000 (17:26 -0400)
Makefile

index a96ab73cc2855a1e2fd1e5e05c3ab57061edf24e..9c5acf0109b89e7ab353345a66729650552e173e 100644 (file)
--- 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
 
This page took 0.025133 seconds and 4 git commands to generate.