mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [ptxdist] [PATCH] doc: dev manual: fix cargo compile option example
Date: Thu, 23 Feb 2023 15:46:27 +0100	[thread overview]
Message-ID: <20230223144627.304332-1-bst@pengutronix.de> (raw)

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

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 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	other threads:[~2023-02-23 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23 14:46 Bastian Krause [this message]
2023-02-24  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230223144627.304332-1-bst@pengutronix.de \
    --to=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox