Skip to content

Commit

Permalink
kconfig: Don't set the deprecated env var KCONFIG_AUTOHEADER
Browse files Browse the repository at this point in the history
KCONFIG_AUTOHEADER is an environment variable that was used by the C
Kconfig tools to determine where the autconf.h file is. After the
migration to python this environment variable became unused.

This patch removes the deprecated env var.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
  • Loading branch information
SebastianBoe authored and nashif committed Sep 30, 2018
1 parent 20b28ba commit 4dfd311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/kconfig.cmake
Expand Up @@ -23,7 +23,6 @@ endif()
set(ENV{srctree} ${ZEPHYR_BASE})
set(ENV{KERNELVERSION} ${PROJECT_VERSION})
set(ENV{KCONFIG_CONFIG} ${DOTCONFIG})
set(ENV{KCONFIG_AUTOHEADER} ${AUTOCONF_H})

# Set environment variables so that Kconfig can prune Kconfig source
# files for other architectures
Expand Down

0 comments on commit 4dfd311

Please sign in to comment.