mbedtls: rename automatically generated Kconfig file for PSA symbols
Rename Kconfig.psa to Kconfig.psa.auto to emphasize that this file is automatically generated. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
e534717a40
commit
c6f7f99eaf
3 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ config MBEDTLS_PROMPTLESS
|
|||
mbed TLS menu prompt and instead handle the selection of MBEDTLS from
|
||||
dependent sub-configurations and thus prevent stuck symbol behavior.
|
||||
|
||||
rsource "Kconfig.psa"
|
||||
rsource "Kconfig.psa.auto"
|
||||
rsource "Kconfig.psa.logic"
|
||||
|
||||
menuconfig MBEDTLS
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ INPUT_REL_PATH = os.path.join("..", "..", "..", "modules", "crypto", "mbedtls",
|
|||
"include", "psa", "crypto_config.h")
|
||||
INPUT_FILE = os.path.normpath(os.path.join(SCRIPT_PATH, INPUT_REL_PATH))
|
||||
|
||||
KCONFIG_PATH=os.path.join(SCRIPT_PATH, "Kconfig.psa")
|
||||
KCONFIG_PATH=os.path.join(SCRIPT_PATH, "Kconfig.psa.auto")
|
||||
HEADER_PATH=os.path.join(SCRIPT_PATH, "configs", "config-psa.h")
|
||||
|
||||
KCONFIG_HEADER="""\
|
||||
|
|
|
|||
Loading…
Reference in a new issue