From 006f13ca083481e9370604b7c8efdfbb295f8ea4 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 14 Dec 2017 10:54:38 -0500 Subject: [PATCH] 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 --- doc/application/application-kconfig.include | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/application/application-kconfig.include b/doc/application/application-kconfig.include index 5a56124759..0dbdc4dcfb 100644 --- a/doc/application/application-kconfig.include +++ b/doc/application/application-kconfig.include @@ -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.