cpu/stm32: rename kconfig directory to kconfigs

The kconfig directory names clashes with Kconfig file on non case sensitive filesystems
This commit is contained in:
Alexandre Abadie 2020-10-20 22:21:12 +02:00
parent bdd7a24ea5
commit 2720c5526c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
37 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ config ERROR_MODULES_CONFLICT
default "On STM32, the RTC and RTT map to the same hardware peripheral." if MODULE_PERIPH_RTC && MODULE_PERIPH_RTT default "On STM32, the RTC and RTT map to the same hardware peripheral." if MODULE_PERIPH_RTC && MODULE_PERIPH_RTT
depends on CPU_STM32 depends on CPU_STM32
orsource "kconfig/*/Kconfig" orsource "kconfigs/*/Kconfig"
orsource "kconfig/*/Kconfig.lines" orsource "kconfigs/*/Kconfig.lines"
orsource "kconfig/*/Kconfig.models" orsource "kconfigs/*/Kconfig.models"
source "$(RIOTCPU)/cortexm_common/Kconfig" source "$(RIOTCPU)/cortexm_common/Kconfig"