Update README.md for supported kernel
[lttng-modules.git] / Makefile
index a96ab73cc2855a1e2fd1e5e05c3ab57061edf24e..3486002b47b65cb1e3d4dc5623154187c9d894bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ ifneq ($(KERNELRELEASE),)
                        lttng-context-interruptible.o \
                        lttng-context-need-reschedule.o \
                        lttng-context-callstack.o lttng-calibrate.o \
-                       lttng-context-hostname.o wrapper/random.o \
+                       lttng-context-hostname.o \
                        probes/lttng.o wrapper/trace-clock.o \
                        lttng-tracker-id.o \
                        lttng-filter.o lttng-filter-interpreter.o \
@@ -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.024817 seconds and 4 git commands to generate.