Fix: Build ftrace probe on kernels prior to 4.12
[lttng-modules.git] / probes / Kbuild
index e04cb1ba09e931012f525946426438d7b2095401..ac62e967d3db4bccdad61df30659ed17e9146032 100644 (file)
@@ -262,8 +262,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.025791 seconds and 4 git commands to generate.