Fix: Build ftrace probe on kernels prior to 4.12
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 30 May 2017 13:36:31 +0000 (09:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 30 May 2017 14:56:44 +0000 (10:56 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/Kbuild

index fe869d050d403fd582ed96a88175d14f0e76a66f..78bf3fb229380cfbb8d6b06e73ea46f67b946b71 100644 (file)
@@ -267,8 +267,9 @@ ifneq ($(CONFIG_DYNAMIC_FTRACE),)
         echo "warn" ; \
         exit ; \
       fi; \
-      echo "lttng-ftrace.o" ; \
-    fi;)
+    fi; \
+    echo "lttng-ftrace.o" ; \
+    )
   ifeq ($(ftrace),warn)
     $(warning Files $(ftrace_dep) not found. Probe "ftrace" is disabled. Use full kernel source tree to enable it.)
     ftrace =
This page took 0.025563 seconds and 4 git commands to generate.