X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2FKbuild;h=cac27e722c04769f937a6d3264920b976c64ac0d;hb=07842fefbd73376d7a5ee568be3770bd46814f73;hp=cc1c0656e4ad2a7556aab9fac1fe87c65bc800aa;hpb=f6d9773c097b09be1ab7946dfc7cfe3c90026497;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