mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 01:55:23 +00:00
The glob in modules/Kconfig accidentally picked up Kconfig.tls-generic, which is only supposed to be included from modules/Kconfig.mbedtls. Replace the globbing with explicit 'source's to fix it. Best to avoid globbing unless absolutely necessary, because it tends to pick up random non-checked-in files as well. Use 'source' instead of 'osource' since the files are known to exists. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
Kconfig | ||
Kconfig.atmel | ||
Kconfig.canopennode | ||
Kconfig.civetweb | ||
Kconfig.cypress | ||
Kconfig.imx | ||
Kconfig.libmetal | ||
Kconfig.loramac-node | ||
Kconfig.mbedtls | ||
Kconfig.mcux | ||
Kconfig.microchip | ||
Kconfig.nordic | ||
Kconfig.open-amp | ||
Kconfig.silabs | ||
Kconfig.simplelink | ||
Kconfig.st | ||
Kconfig.stm32 | ||
Kconfig.syst | ||
Kconfig.tinycbor | ||
Kconfig.tls-generic | ||
Kconfig.vega | ||
Kconfig.xtensa |