Commit 993ab6aa authored by Chris Hemingway's avatar Chris Hemingway Committed by Damien George

nrf/README: Add use of "make submodules" in alternative build paragraph.

Add "make submodules" to commands when building for the first time.
Otherwise, on a first time build, the submodules have not been checked out
and a lot of `fatal error: nrfx.h: No such file or directory` errors are
printed.
parent 2aecf378
......@@ -62,8 +62,9 @@ By default, the PCA10040 (nrf52832) is used as compile target. To build and flas
Alternatively the target board could be defined:
make BOARD=pca10040
make BOARD=pca10040 deploy
make submodules
make BOARD=pca10040
make BOARD=pca10040 deploy
## Compile without LTO enabled
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment