summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-13 11:40:40 -0600
committerSimon Glass <sjg@chromium.org>2022-08-26 16:32:59 -0600
commit5e730d9cf9451da4158244a5d7404289438928df (patch)
treed81a9210520110e019437494984ef993a4c06bf4 /doc/Makefile
parentaea087a665c447dfb89bf2113cad74ad53fa17a0 (diff)
downloadu-boot-5e730d9cf9451da4158244a5d7404289438928df.tar.gz
doc: Build documentation in parallel
With the addition of the revision stats this now takes over a minute. Use a parallel build to reduce it a bit (24 seconds for me). Series-changes; 2 - Use '-j auto' instead Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 6081858726..f5de65e927 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -58,6 +58,7 @@ quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
$(SPHINXBUILD) \
-j$(shell nproc) \
-b $2 \
+ -j auto \
-c $(abspath $(srctree)/$(src)) \
-d $(abspath $(BUILDDIR)/.doctrees/$3) \
-D version=$(KERNELVERSION) -D release=$(KERNELRELEASE) \