Skip to content

Commit 4289ed1

Browse files
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.
1 parent d4e90d3 commit 4289ed1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
mainmenu "RIOT Configuration"
88

99
# Load macro definitions
10-
rsource "kconfig/Kconfig.consts"
10+
rsource "kconfigs/Kconfig.consts"
1111

1212
# Load feature declarations
13-
rsource "kconfig/Kconfig.features"
13+
rsource "kconfigs/Kconfig.features"
1414

1515
# For now, get used modules as macros from this file (see kconfig.mk)
1616
osource "$(KCONFIG_GENERATED_DEPENDENCIES)"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)