linux-add-lttng-layer: probes/Makefile -> probes/KBuild
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 24 Jul 2017 21:23:34 +0000 (17:23 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 24 Jul 2017 21:24:47 +0000 (17:24 -0400)
Fixes: #22
Reported-by: @aleixrocks
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
2.7/lttng-docs-2.7.txt
2.8/lttng-docs-2.8.txt
2.9/lttng-docs-2.9.txt

index f16a03b9dabf1fd82e8ece6a674446594cd125b7..f5dce4c3d93103634888e74c4fec362041197ab2 100644 (file)
@@ -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}
 ----
 # ...
 
index 9ff38988821008896ba057b03af3534169e69e32..6b7b9291eb427cd4c59e4e9b137811f3745a14ad 100644 (file)
@@ -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}
 ----
 # ...
 
index da60330d074d82e6f5d7adbf4be8197e2567a92c..2fafe29b94c13fd324f6430f36c0609b5254994a 100644 (file)
@@ -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}
 ----
 # ...
 
This page took 0.029983 seconds and 4 git commands to generate.