From 2720c5526cdfdfaf1fa101429318216bddf56335 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 20 Oct 2020 22:21:12 +0200 Subject: [PATCH] cpu/stm32: rename kconfig directory to kconfigs The kconfig directory names clashes with Kconfig file on non case sensitive filesystems --- cpu/stm32/Kconfig | 6 +++--- cpu/stm32/{kconfig => kconfigs}/f0/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/f0/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/f0/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/f1/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/f1/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/f1/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/f2/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/f2/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/f2/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/f3/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/f3/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/f3/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/f4/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/f4/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/f4/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/f7/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/f7/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/f7/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/g0/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/g0/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/g0/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/g4/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/g4/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/g4/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/l0/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/l0/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/l0/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/l1/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/l1/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/l1/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/l4/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/l4/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/l4/Kconfig.models | 0 cpu/stm32/{kconfig => kconfigs}/wb/Kconfig | 0 cpu/stm32/{kconfig => kconfigs}/wb/Kconfig.lines | 0 cpu/stm32/{kconfig => kconfigs}/wb/Kconfig.models | 0 37 files changed, 3 insertions(+), 3 deletions(-) rename cpu/stm32/{kconfig => kconfigs}/f0/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/f0/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/f0/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/f1/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/f1/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/f1/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/f2/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/f2/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/f2/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/f3/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/f3/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/f3/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/f4/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/f4/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/f4/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/f7/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/f7/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/f7/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/g0/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/g0/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/g0/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/g4/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/g4/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/g4/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/l0/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/l0/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/l0/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/l1/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/l1/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/l1/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/l4/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/l4/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/l4/Kconfig.models (100%) rename cpu/stm32/{kconfig => kconfigs}/wb/Kconfig (100%) rename cpu/stm32/{kconfig => kconfigs}/wb/Kconfig.lines (100%) rename cpu/stm32/{kconfig => kconfigs}/wb/Kconfig.models (100%) diff --git a/cpu/stm32/Kconfig b/cpu/stm32/Kconfig index 8a96cde81d..eb98cff77b 100644 --- a/cpu/stm32/Kconfig +++ b/cpu/stm32/Kconfig @@ -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" diff --git a/cpu/stm32/kconfig/f0/Kconfig b/cpu/stm32/kconfigs/f0/Kconfig similarity index 100% rename from cpu/stm32/kconfig/f0/Kconfig rename to cpu/stm32/kconfigs/f0/Kconfig diff --git a/cpu/stm32/kconfig/f0/Kconfig.lines b/cpu/stm32/kconfigs/f0/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/f0/Kconfig.lines rename to cpu/stm32/kconfigs/f0/Kconfig.lines diff --git a/cpu/stm32/kconfig/f0/Kconfig.models b/cpu/stm32/kconfigs/f0/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/f0/Kconfig.models rename to cpu/stm32/kconfigs/f0/Kconfig.models diff --git a/cpu/stm32/kconfig/f1/Kconfig b/cpu/stm32/kconfigs/f1/Kconfig similarity index 100% rename from cpu/stm32/kconfig/f1/Kconfig rename to cpu/stm32/kconfigs/f1/Kconfig diff --git a/cpu/stm32/kconfig/f1/Kconfig.lines b/cpu/stm32/kconfigs/f1/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/f1/Kconfig.lines rename to cpu/stm32/kconfigs/f1/Kconfig.lines diff --git a/cpu/stm32/kconfig/f1/Kconfig.models b/cpu/stm32/kconfigs/f1/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/f1/Kconfig.models rename to cpu/stm32/kconfigs/f1/Kconfig.models diff --git a/cpu/stm32/kconfig/f2/Kconfig b/cpu/stm32/kconfigs/f2/Kconfig similarity index 100% rename from cpu/stm32/kconfig/f2/Kconfig rename to cpu/stm32/kconfigs/f2/Kconfig diff --git a/cpu/stm32/kconfig/f2/Kconfig.lines b/cpu/stm32/kconfigs/f2/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/f2/Kconfig.lines rename to cpu/stm32/kconfigs/f2/Kconfig.lines diff --git a/cpu/stm32/kconfig/f2/Kconfig.models b/cpu/stm32/kconfigs/f2/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/f2/Kconfig.models rename to cpu/stm32/kconfigs/f2/Kconfig.models diff --git a/cpu/stm32/kconfig/f3/Kconfig b/cpu/stm32/kconfigs/f3/Kconfig similarity index 100% rename from cpu/stm32/kconfig/f3/Kconfig rename to cpu/stm32/kconfigs/f3/Kconfig diff --git a/cpu/stm32/kconfig/f3/Kconfig.lines b/cpu/stm32/kconfigs/f3/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/f3/Kconfig.lines rename to cpu/stm32/kconfigs/f3/Kconfig.lines diff --git a/cpu/stm32/kconfig/f3/Kconfig.models b/cpu/stm32/kconfigs/f3/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/f3/Kconfig.models rename to cpu/stm32/kconfigs/f3/Kconfig.models diff --git a/cpu/stm32/kconfig/f4/Kconfig b/cpu/stm32/kconfigs/f4/Kconfig similarity index 100% rename from cpu/stm32/kconfig/f4/Kconfig rename to cpu/stm32/kconfigs/f4/Kconfig diff --git a/cpu/stm32/kconfig/f4/Kconfig.lines b/cpu/stm32/kconfigs/f4/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/f4/Kconfig.lines rename to cpu/stm32/kconfigs/f4/Kconfig.lines diff --git a/cpu/stm32/kconfig/f4/Kconfig.models b/cpu/stm32/kconfigs/f4/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/f4/Kconfig.models rename to cpu/stm32/kconfigs/f4/Kconfig.models diff --git a/cpu/stm32/kconfig/f7/Kconfig b/cpu/stm32/kconfigs/f7/Kconfig similarity index 100% rename from cpu/stm32/kconfig/f7/Kconfig rename to cpu/stm32/kconfigs/f7/Kconfig diff --git a/cpu/stm32/kconfig/f7/Kconfig.lines b/cpu/stm32/kconfigs/f7/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/f7/Kconfig.lines rename to cpu/stm32/kconfigs/f7/Kconfig.lines diff --git a/cpu/stm32/kconfig/f7/Kconfig.models b/cpu/stm32/kconfigs/f7/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/f7/Kconfig.models rename to cpu/stm32/kconfigs/f7/Kconfig.models diff --git a/cpu/stm32/kconfig/g0/Kconfig b/cpu/stm32/kconfigs/g0/Kconfig similarity index 100% rename from cpu/stm32/kconfig/g0/Kconfig rename to cpu/stm32/kconfigs/g0/Kconfig diff --git a/cpu/stm32/kconfig/g0/Kconfig.lines b/cpu/stm32/kconfigs/g0/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/g0/Kconfig.lines rename to cpu/stm32/kconfigs/g0/Kconfig.lines diff --git a/cpu/stm32/kconfig/g0/Kconfig.models b/cpu/stm32/kconfigs/g0/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/g0/Kconfig.models rename to cpu/stm32/kconfigs/g0/Kconfig.models diff --git a/cpu/stm32/kconfig/g4/Kconfig b/cpu/stm32/kconfigs/g4/Kconfig similarity index 100% rename from cpu/stm32/kconfig/g4/Kconfig rename to cpu/stm32/kconfigs/g4/Kconfig diff --git a/cpu/stm32/kconfig/g4/Kconfig.lines b/cpu/stm32/kconfigs/g4/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/g4/Kconfig.lines rename to cpu/stm32/kconfigs/g4/Kconfig.lines diff --git a/cpu/stm32/kconfig/g4/Kconfig.models b/cpu/stm32/kconfigs/g4/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/g4/Kconfig.models rename to cpu/stm32/kconfigs/g4/Kconfig.models diff --git a/cpu/stm32/kconfig/l0/Kconfig b/cpu/stm32/kconfigs/l0/Kconfig similarity index 100% rename from cpu/stm32/kconfig/l0/Kconfig rename to cpu/stm32/kconfigs/l0/Kconfig diff --git a/cpu/stm32/kconfig/l0/Kconfig.lines b/cpu/stm32/kconfigs/l0/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/l0/Kconfig.lines rename to cpu/stm32/kconfigs/l0/Kconfig.lines diff --git a/cpu/stm32/kconfig/l0/Kconfig.models b/cpu/stm32/kconfigs/l0/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/l0/Kconfig.models rename to cpu/stm32/kconfigs/l0/Kconfig.models diff --git a/cpu/stm32/kconfig/l1/Kconfig b/cpu/stm32/kconfigs/l1/Kconfig similarity index 100% rename from cpu/stm32/kconfig/l1/Kconfig rename to cpu/stm32/kconfigs/l1/Kconfig diff --git a/cpu/stm32/kconfig/l1/Kconfig.lines b/cpu/stm32/kconfigs/l1/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/l1/Kconfig.lines rename to cpu/stm32/kconfigs/l1/Kconfig.lines diff --git a/cpu/stm32/kconfig/l1/Kconfig.models b/cpu/stm32/kconfigs/l1/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/l1/Kconfig.models rename to cpu/stm32/kconfigs/l1/Kconfig.models diff --git a/cpu/stm32/kconfig/l4/Kconfig b/cpu/stm32/kconfigs/l4/Kconfig similarity index 100% rename from cpu/stm32/kconfig/l4/Kconfig rename to cpu/stm32/kconfigs/l4/Kconfig diff --git a/cpu/stm32/kconfig/l4/Kconfig.lines b/cpu/stm32/kconfigs/l4/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/l4/Kconfig.lines rename to cpu/stm32/kconfigs/l4/Kconfig.lines diff --git a/cpu/stm32/kconfig/l4/Kconfig.models b/cpu/stm32/kconfigs/l4/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/l4/Kconfig.models rename to cpu/stm32/kconfigs/l4/Kconfig.models diff --git a/cpu/stm32/kconfig/wb/Kconfig b/cpu/stm32/kconfigs/wb/Kconfig similarity index 100% rename from cpu/stm32/kconfig/wb/Kconfig rename to cpu/stm32/kconfigs/wb/Kconfig diff --git a/cpu/stm32/kconfig/wb/Kconfig.lines b/cpu/stm32/kconfigs/wb/Kconfig.lines similarity index 100% rename from cpu/stm32/kconfig/wb/Kconfig.lines rename to cpu/stm32/kconfigs/wb/Kconfig.lines diff --git a/cpu/stm32/kconfig/wb/Kconfig.models b/cpu/stm32/kconfigs/wb/Kconfig.models similarity index 100% rename from cpu/stm32/kconfig/wb/Kconfig.models rename to cpu/stm32/kconfigs/wb/Kconfig.models