1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:09:46 +01:00

Kconfig: rename folder to kconfigs

On case-insensitive file systems the root Kconfig file clashes with the
kconfig folder where we keep constants and features, producing the
deletion of one of them. This renames the folder to remove the conflict.
This commit is contained in:
Leandro Lanzieri 2020-05-28 10:39:43 +02:00
parent d4e90d3ec8
commit 4289ed175c
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5
3 changed files with 2 additions and 2 deletions

View File

@ -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)"