diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-04-13 22:42:40 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-14 20:56:21 +0200 |
commit | bb068823abc8e3ff89776a0d0636ba3800a031b6 (patch) | |
tree | 3e9807cc1fc34b771568c9fa5e19ee413154cc1c /docs | |
parent | 12c5e68ea803a0ea05afab55e2f81d02a812b130 (diff) | |
download | buildroot-bb068823abc8e3ff89776a0d0636ba3800a031b6.tar.gz buildroot-bb068823abc8e3ff89776a0d0636ba3800a031b6.zip |
manual: document BR2_GRAPH_DEPTH
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/common-usage.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt index d9de5989a9..c9d5eb967b 100644 --- a/docs/manual/common-usage.txt +++ b/docs/manual/common-usage.txt @@ -96,6 +96,8 @@ to +make+ or set in the environment: build-time graphs * +BR2_GRAPH_OUT+ to set the filetype of generated graphs, either +pdf+ (the default), or +png+. +* +BR2_GRAPH_DEPTH+ (an integer) to limit the depth of the dependency graph. + The default, +0+, is to not limit the depth. An example that uses config files located in the toplevel directory and in your $HOME: |