From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Fri, 5 Jul 2019 10:41:01 +0200 Message-Id: <20190705084101.21879-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] doc: ref_make_macros: document new ptx/wow macro List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Signed-off-by: Roland Hieber --- doc/ref_make_macros.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc index b36a825755ed..2a5c1e452e17 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 ``_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 | -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de