mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #14160 from leandrolanzieri/pr/kconfig_rename_folder
Kconfig: rename folder to kconfigs
This commit is contained in:
commit
408b9848db
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