Update README.md for supported kernel
[lttng-modules.git] / Makefile
index 5358701b3e1409e50f027d652bc223bec4afcae3..3486002b47b65cb1e3d4dc5623154187c9d894bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,9 +63,8 @@ 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 \
-                       wrapper/page_alloc.o \
                        lttng-tracker-id.o \
                        lttng-filter.o lttng-filter-interpreter.o \
                        lttng-filter-specialize.o \
@@ -90,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.023194 seconds and 4 git commands to generate.