Additional options have to be specified in FOO_MAKE_OPT, not in
FOO_CONF_OPT.

Signed-off-by: Bastian Krause <[email protected]>
---
 doc/dev_advanced_rule_files.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/dev_advanced_rule_files.rst b/doc/dev_advanced_rule_files.rst
index 9fc642090..1aa246fe2 100644
--- a/doc/dev_advanced_rule_files.rst
+++ b/doc/dev_advanced_rule_files.rst
@@ -472,11 +472,11 @@ for Cargo packages:
 
     FOO_CONF_TOOL := cargo
 
-Additional *cargo* options can be added to the configuration options like this:
+Additional *cargo* options can be added to the compile options like this:
 
 .. code-block:: make
 
-    FOO_CONF_OPT := \
+    FOO_MAKE_OPT := \
        $(CROSS_CARGO_OPT) \
        --features ...
 
-- 
2.30.2


Reply via email to