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 <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-02-26 19:44:47 +01:00 committed by Kumar Gala
commit 7db2e20ba3

View file

@ -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"