diff options
| author | Simon Glass <[email protected]> | 2022-08-07 16:33:26 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-08-13 11:09:49 +0200 |
| commit | 7d6fadef84de958e83856efdd257ae98280dd74a (patch) | |
| tree | a0c9496a5b8f0c1f663f182cf60cf5e127866c59 /doc | |
| parent | 228c9b862923782ec3a01d5fd97ee38b8c8db4e0 (diff) | |
binman: Add more documentation about binman usage
This is an attempt to answer the comments provided by Xavier [1].
[1] https://lore.kernel.org/all/Yulcol7HpTHtjXTX@begut/
Signed-off-by: Simon Glass <[email protected]>
Acked-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 050d9dd2391..6081858726e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -56,6 +56,7 @@ quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) PYTHONDONTWRITEBYTECODE=1 \ BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ $(SPHINXBUILD) \ + -j$(shell nproc) \ -b $2 \ -c $(abspath $(srctree)/$(src)) \ -d $(abspath $(BUILDDIR)/.doctrees/$3) \ |
