From 7db2e20ba38589de92232af35c6dcebfd33712d5 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 26 Feb 2019 19:44:47 +0100 Subject: [PATCH] kconfig: tests: Fix double 'source' of subsys/testsuite/Kconfig Both Kconfig.zephyr and subsys/Kconfig 'source's subsys/testsuite/Kconfig, giving multiple redundant identical definitions for all the symbols in it. Remove the 'source' in Kconfig.zephyr. Signed-off-by: Ulf Magnusson --- Kconfig.zephyr | 2 -- 1 file changed, 2 deletions(-) diff --git a/Kconfig.zephyr b/Kconfig.zephyr index c1883561142..6d5a45d6db7 100644 --- a/Kconfig.zephyr +++ b/Kconfig.zephyr @@ -38,8 +38,6 @@ source "subsys/Kconfig" source "ext/Kconfig" -source "subsys/testsuite/Kconfig" - source "$(PROJECT_BINARY_DIR)/Kconfig.modules" menu "Build and Link Features"