Skip to content

Commit 565ee84

Browse files
zephyr-build-guide: define ZEPHYR_WORKSPACE before use
ZEPHYR_WORKSPACE is not defined before use. Defining it first, as done in 'Build toolchains and SOF from sources' where SOF_WORKSPACE is defined before use. Signed-off-by: Suraj Sonawane <[email protected]>
1 parent c7bf0c1 commit 565ee84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

getting_started/build-guide/build-with-zephyr.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Initialize the west manifest ``$ZEPHYR_WORKSPACE/sof/west.yml`` using the ``west
3131

3232
.. code-block:: bash
3333
34+
ZEPHYR_WORKSPACE=~/zephyr_workspace
3435
mkdir $ZEPHYR_WORKSPACE && cd $ZEPHYR_WORKSPACE
3536
west init -m https://github.com/thesofproject/sof
3637

0 commit comments

Comments
 (0)