doc: Convert bits and pieces to CMake
Convert leftover references to "Make" to CMake. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
d43a92b1c8
commit
0182be42b1
5 changed files with 27 additions and 20 deletions
|
@ -16,7 +16,7 @@ Glossary of Terms
|
|||
The set of user-supplied files that the Zephyr build system uses
|
||||
to build an application image for a specified board configuration.
|
||||
It can contain application-specific code, kernel configuration settings,
|
||||
and at least one Makefile.
|
||||
and at least one CMakeLists.txt file.
|
||||
The application's kernel configuration settings direct the build system
|
||||
to create a custom kernel that makes efficient use of the board's
|
||||
resources.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue