summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-07-05 10:41:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-07 10:23:57 +0200
commit7acbb4c35059dbab40b889ae7106352e1a757690 (patch)
tree9652ff5b4a6efeee657e55df247cfc81af3548ff /doc
parent728c81ca81f9f486b85200a8804122884c0f810a (diff)
downloadptxdist-7acbb4c35059dbab40b889ae7106352e1a757690.tar.gz
ptxdist-7acbb4c35059dbab40b889ae7106352e1a757690.tar.xz
doc: ref_make_macros: document new ptx/wow macro
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.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc
index b36a82575..2a5c1e452 100644
--- a/doc/ref_make_macros.inc
+++ b/doc/ref_make_macros.inc
@@ -672,6 +672,7 @@ Usage:
$(call ptx/endis, VARIABLE)
$(call ptx/disen, VARIABLE)
+ $(call ptx/wow, VARIABLE)
$(call ptx/wwo, VARIABLE)
$(call ptx/truefalse, VARIABLE)
$(call ptx/ifdef, VARIABLE, [expansion-if-true], [expansion-if-false])
@@ -686,6 +687,8 @@ These are useful for ``<PKG>_CONF_OPT`` variables, and expand as follows:
+--------------------+-------------------------------+---------------------------------+---------------------+
| ptx/disen | ``disable`` | ``enable`` | autoconf |
+--------------------+-------------------------------+---------------------------------+---------------------+
+| ptx/wow | ``without`` | ``with`` | autoconf |
++--------------------+-------------------------------+---------------------------------+---------------------+
| ptx/wwo | ``with`` | ``without`` | autoconf |
+--------------------+-------------------------------+---------------------------------+---------------------+
| ptx/yesno | ``yes`` | ``no`` | autoconf cache vars |