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:
parent
bdd7a24ea5
commit
2720c5526c
@ -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
|
||||
depends on CPU_STM32
|
||||
|
||||
orsource "kconfig/*/Kconfig"
|
||||
orsource "kconfig/*/Kconfig.lines"
|
||||
orsource "kconfig/*/Kconfig.models"
|
||||
orsource "kconfigs/*/Kconfig"
|
||||
orsource "kconfigs/*/Kconfig.lines"
|
||||
orsource "kconfigs/*/Kconfig.models"
|
||||
|
||||
source "$(RIOTCPU)/cortexm_common/Kconfig"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user