Commit 3eef1e3b authored by Martí Bolívar's avatar Martí Bolívar Committed by Anas Nashif
Browse files

doc: application: fix stale sentence about Kbuild



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

Signed-off-by: default avatarMarti Bolivar <marti.bolivar@linaro.org>
parent a2177277
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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