From f4d8d9985af018d87fa30e0e004c8d6e2612ad28 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 24 Jul 2017 17:23:34 -0400 Subject: [PATCH] linux-add-lttng-layer: probes/Makefile -> probes/KBuild Fixes: #22 Reported-by: @aleixrocks Signed-off-by: Philippe Proulx --- 2.7/lttng-docs-2.7.txt | 4 ++-- 2.8/lttng-docs-2.8.txt | 4 ++-- 2.9/lttng-docs-2.9.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/2.7/lttng-docs-2.7.txt b/2.7/lttng-docs-2.7.txt index f16a03b..f5dce4c 100644 --- a/2.7/lttng-docs-2.7.txt +++ b/2.7/lttng-docs-2.7.txt @@ -4835,12 +4835,12 @@ MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." ---- -- -. Edit path:{probes/Makefile} and add your new kernel module object +. Edit path:{probes/KBuild} and add your new kernel module object next to the existing ones: + -- [source,make] -.path:{probes/Makefile} +.path:{probes/KBuild} ---- # ... diff --git a/2.8/lttng-docs-2.8.txt b/2.8/lttng-docs-2.8.txt index 9ff3898..6b7b929 100644 --- a/2.8/lttng-docs-2.8.txt +++ b/2.8/lttng-docs-2.8.txt @@ -5331,12 +5331,12 @@ MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." ---- -- -. Edit path:{probes/Makefile} and add your new kernel module object +. Edit path:{probes/KBuild} and add your new kernel module object next to the existing ones: + -- [source,make] -.path:{probes/Makefile} +.path:{probes/KBuild} ---- # ... diff --git a/2.9/lttng-docs-2.9.txt b/2.9/lttng-docs-2.9.txt index da60330..2fafe29 100644 --- a/2.9/lttng-docs-2.9.txt +++ b/2.9/lttng-docs-2.9.txt @@ -5290,12 +5290,12 @@ MODULE_VERSION(__stringify(LTTNG_MODULES_MAJOR_VERSION) "." ---- -- -. Edit path:{probes/Makefile} and add your new kernel module object +. Edit path:{probes/KBuild} and add your new kernel module object next to the existing ones: + -- [source,make] -.path:{probes/Makefile} +.path:{probes/KBuild} ---- # ... -- 2.34.1