Drop support for kernels < 4.4 from LTTng tracer core
[lttng-modules.git] / src / Kbuild
index ede6b847e299edc6578c6d8372e7b84c7aa8e62b..5cc8617df2991ca19b0d9619af009eb759d7968e 100644 (file)
@@ -108,10 +108,7 @@ ifneq ($(CONFIG_PREEMPT),)
   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
 
@@ -151,3 +148,5 @@ obj-$(CONFIG_LTTNG) += lib/
 obj-$(CONFIG_LTTNG) += tests/
 
 obj-$(CONFIG_LTTNG_SYSCALLS_EXTRACTOR) += lttng-syscalls-extractor.o
+
+# vim:syntax=make
This page took 0.023736 seconds and 4 git commands to generate.