doc: application: fix KCONFIG_ROOT example file

The APPLICATION_BASE variable in the example Kconfig file was copied
in from an (out of tree) application which relied on it during the
Kbuild days, but it's actually not needed by the CMake build system
and should be removed.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
This commit is contained in:
Marti Bolivar 2017-12-14 10:54:38 -05:00 committed by Anas Nashif
parent dfce457ebe
commit 006f13ca08

View file

@ -4,10 +4,6 @@ config ZEPHYR_BASE
string
option env="ZEPHYR_BASE"
config APPLICATION_BASE
string
option env="PROJECT_BASE"
source "$ZEPHYR_BASE/Kconfig.zephyr"
# Your application configuration options go here.