doc: application: fix stale sentence about Kbuild

The Overview section still mentions Kbuild, but the build system is
CMake now.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This commit is contained in:
Marti Bolivar 2017-10-27 14:07:32 -04:00 committed by Anas Nashif
parent a2177277e5
commit 3eef1e3bea
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ Application Development Primer
Overview
********
The Zephyr Kernel's build system is based on the Kbuild system used in the
Linux kernel.
The Zephyr Kernel's build system is based on CMake.
The build system is an application-centric system and requires an application
build to initiate building the kernel source tree. The application build drives