Commit 386df0c4 authored by Martí Bolívar's avatar Martí Bolívar Committed by Anas Nashif
Browse files

doc: application: fixup for app versus zephyr config



The line between Zephyr versus application is blurry since they share
a configuration, but try to disambiguate.

Signed-off-by: default avatarMarti Bolivar <marti@opensourcefoundries.com>
parent d36c3088
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -624,7 +624,7 @@ Below is a simple example :file:`CMakeList.txt`:
Application Configuration
*************************

The application's kernel is configured using a set of options
The application is configured using a set of options
that can be customized for application-specific purposes.
The Zephyr build system takes a configuration option's value from the first
source in which it is specified.