commit | 7db2e20ba38589de92232af35c6dcebfd33712d5 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Tue Feb 26 19:44:47 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Feb 26 20:12:09 2019 -0600 |
tree | fc7380d3dbfdb27d7b7a5fd5f481c25e6b89f2e1 | |
parent | 603f06869044d11c349e1467876fb08a746e3f62 [diff] |
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>