Thanks, applied as 4310b9dc5b7316ea858254e04730c3f1207eee35.

Michael

[sent from post-receive hook]

On Fri, 24 Feb 2023 08:24:53 +0100, Bastian Krause <[email protected]> wrote:
> Additional options have to be specified in FOO_MAKE_OPT, not in
> FOO_CONF_OPT.
> 
> Signed-off-by: Bastian Krause <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/doc/dev_advanced_rule_files.rst b/doc/dev_advanced_rule_files.rst
> index 9fc6420902b6..1aa246fe2243 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 ...
>  

Reply via email to