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:
Carles Cufi 2017-11-12 11:52:08 +01:00 committed by Anas Nashif
commit 0182be42b1
5 changed files with 27 additions and 20 deletions

View file

@ -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.