summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-11-17 22:45:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-11-28 17:23:19 +0100
commit9888209650c09875d2082c3f075d764f992f8aee (patch)
treeffe3a150a9a729fc2c0d60d5f9688e9476b56fb0 /doc
parentf5c9a1d5b0b19967b67a3df9ffd8926a199ff0c9 (diff)
downloadptxdist-9888209650c09875d2082c3f075d764f992f8aee.tar.gz
ptxdist-9888209650c09875d2082c3f075d764f992f8aee.tar.xz
doc: ref_make_macros: add missing binary ptx/* switches to header and usage
These macros are mentioned in the table below, but are not found in the header or the usage. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ref_make_macros.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc
index 2a5c1e452..fb98d42db 100644
--- a/doc/ref_make_macros.inc
+++ b/doc/ref_make_macros.inc
@@ -663,8 +663,8 @@ be installed with some other ``install_*`` command before
.. _ptx_ifdef:
.. _ptx_truefalse:
-ptx/endis, ptx/disen, ptx/wwo, ptx/truefalse, ptx/ifdef
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ptx/endis, ptx/disen, ptx/wow, ptx/wwo, ptx/yesno, ptx/truefalse, ptx/falsetrue, ptx/onoff, ptx/ifdef
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Usage:
@@ -674,7 +674,10 @@ Usage:
$(call ptx/disen, VARIABLE)
$(call ptx/wow, VARIABLE)
$(call ptx/wwo, VARIABLE)
+ $(call ptx/yesno, VARIABLE)
$(call ptx/truefalse, VARIABLE)
+ $(call ptx/falsetrue, VARIABLE)
+ $(call ptx/onoff, VARIABLE)
$(call ptx/ifdef, VARIABLE, [expansion-if-true], [expansion-if-false])
Several macros exist to convert the state (set/unset) of a variable into a string.