From c1923c34cfab9976057317da7ae20c131d62f054 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 13 May 2015 01:19:06 +0200 Subject: [PATCH] lttng-modules: fix dependency on kernel tracing Signed-off-by: Nicolas Thill --- devel/lttng-modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/lttng-modules/Makefile b/devel/lttng-modules/Makefile index 85b45f4d54..99510a0039 100644 --- a/devel/lttng-modules/Makefile +++ b/devel/lttng-modules/Makefile @@ -26,7 +26,7 @@ define KernelPackage/lttng SUBMENU:=Other modules TITLE:=Linux Trace Toolkit: next generation (kernel modules) URL:=https://lttng.org/ - DEPENDS:= @!TARGET_uml @KERNEL_FTRACE + DEPENDS:= @!TARGET_uml @KERNEL_FTRACE_SYSCALLS FILES:= \ $(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \ $(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \