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:
parent
d4e90d3ec8
commit
4289ed175c
4
Kconfig
4
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)"
|
||||
|
Loading…
Reference in New Issue
Block a user