X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2FKbuild;h=cac27e722c04769f937a6d3264920b976c64ac0d;hb=a7cedfa39158dfaf56929da832a4024d4a9379e5;hp=cc1c0656e4ad2a7556aab9fac1fe87c65bc800aa;hpb=9cab446308379dc8d0d3b431a4b86105005d8d22;p=lttng-modules.git diff --git a/probes/Kbuild b/probes/Kbuild index cc1c0656..cac27e72 100644 --- a/probes/Kbuild +++ b/probes/Kbuild @@ -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