Remove lttng-ftrace integration
[lttng-modules.git] / probes / Kbuild
index cc1c0656e4ad2a7556aab9fac1fe87c65bc800aa..cac27e722c04769f937a6d3264920b976c64ac0d 100644 (file)
@@ -258,12 +258,4 @@ ifneq ($(CONFIG_KRETPROBES),)
   obj-$(CONFIG_LTTNG) += lttng-kretprobes.o
 endif # CONFIG_KRETPROBES
 
-ifneq ($(CONFIG_DYNAMIC_FTRACE),)
-  ifeq ($(have_ftrace_header),yes)
-    obj-$(CONFIG_LTTNG) += lttng-ftrace.o
-  else
-    $(warning Files $(ftrace_dep) not found. Probe "ftrace" is disabled. Use full kernel source tree to enable it.)
-  endif
-endif # CONFIG_DYNAMIC_FTRACE
-
 # vim:syntax=make
This page took 0.023157 seconds and 4 git commands to generate.