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:
parent
603f068690
commit
7db2e20ba3
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue