From: Roland Hieber <r.hie...@pengutronix.de>

Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
 doc/ref_make_macros.inc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc
index 101f53c8d56c..6629726ec6b6 100644
--- a/doc/ref_make_macros.inc
+++ b/doc/ref_make_macros.inc
@@ -133,6 +133,8 @@ For ``install`` the package directory is deleted.
 When ``--verbose`` is used then the full command is logged. With
 ``--quiet`` both stdout and stderr are redirected to the logfile.
 
+.. _install_copy,reference:
+
 install_copy
 ~~~~~~~~~~~~~
 
@@ -242,7 +244,7 @@ Usage:
 
 .. code-block:: make
 
- $(call install_tree, <package>, <UID>, <GID>, <source dir>, <destination dir>)
+ $(call install_tree, <package>, <UID>, <GID>, <source dir>, <destination 
dir>, <strip>])
 
 Installs the whole directory tree with all files from the given directory into:
 
@@ -264,6 +266,8 @@ Some of the parameters have fixed meanings:
   be ``-`` to use the package directory of the current package instead
 **<destination dir>**
   The basename of the to-be-installed tree in the root filesystem
+**<strip>**
+  same as for :ref:`install_copy,reference`.
 
 Note: This installation macro
 
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to