summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2017-11-02 15:13:54 +0100
committerRoland Hieber <r.hieber@pengutronix.de>2018-10-09 15:19:23 +0200
commitbdb221aa1d35af062c66efe7b029fc8b5ade131f (patch)
tree0f37c896199f70e8960c7edc10ab551d51074713
parented4fdfc6e98acfe91aa826db1d90144482dffdf3 (diff)
downloadptxdist-bdb221aa1d35af062c66efe7b029fc8b5ade131f.tar.gz
ptxdist-bdb221aa1d35af062c66efe7b029fc8b5ade131f.tar.xz
WIP: +ptx/onoffrhi/docs
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
-rw-r--r--doc/ref_manual.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index e6b6e9332..f9eef7eb7 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -1294,6 +1294,18 @@ Depending on the state of FOO_VARIABLE this line results into
FOO_CONF_OPT += --with-something=/usr (if FOO_VARIABLE is set)
FOO_CONF_OPT += --with-something=none (if FOO_VARIABLE is unset)
+ptx/onoff
+^^^^^^^^^
+
+FIXME
+
+ptx/opt-dis
+^^^^^^^^^^^
+
+$(call ptx/ifdef,$(1),n,y)
+
+FIXME
+
ptx/get-alternative
~~~~~~~~~~~~~~~~~~~