Fix: Build ftrace probe on kernels prior to 4.12
[lttng-modules.git] / 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.023826 seconds and 4 git commands to generate.