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:
parent
dfce457ebe
commit
006f13ca08
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue