Makefile: ZEPHYR_BASE is not needed anymore
Ever since we have Zephyr support as a CMake package, the documentation build system does not need this environment variable to work. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
94490d3f19
commit
47f4a85d14
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -2,10 +2,6 @@
|
|||
# Top level makefile for documentation build
|
||||
#
|
||||
|
||||
ifndef ZEPHYR_BASE
|
||||
$(error The ZEPHYR_BASE environment variable must be set)
|
||||
endif
|
||||
|
||||
BUILDDIR ?= doc/_build
|
||||
DOC_TAG ?= development
|
||||
SPHINXOPTS ?= -q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue