diff --git a/Kconfig b/Kconfig index be143e9803..d3e761d2d1 100644 --- a/Kconfig +++ b/Kconfig @@ -7,10 +7,10 @@ mainmenu "RIOT Configuration" # Load macro definitions -rsource "kconfig/Kconfig.consts" +rsource "kconfigs/Kconfig.consts" # Load feature declarations -rsource "kconfig/Kconfig.features" +rsource "kconfigs/Kconfig.features" # For now, get used modules as macros from this file (see kconfig.mk) osource "$(KCONFIG_GENERATED_DEPENDENCIES)" diff --git a/kconfig/Kconfig.consts b/kconfigs/Kconfig.consts similarity index 100% rename from kconfig/Kconfig.consts rename to kconfigs/Kconfig.consts diff --git a/kconfig/Kconfig.features b/kconfigs/Kconfig.features similarity index 100% rename from kconfig/Kconfig.features rename to kconfigs/Kconfig.features