1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #14160 from leandrolanzieri/pr/kconfig_rename_folder

Kconfig: rename folder to kconfigs
This commit is contained in:
José Alamos 2020-05-28 11:43:45 +02:00 committed by GitHub
commit 408b9848db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@
mainmenu "RIOT Configuration" mainmenu "RIOT Configuration"
# Load macro definitions # Load macro definitions
rsource "kconfig/Kconfig.consts" rsource "kconfigs/Kconfig.consts"
# Load feature declarations # Load feature declarations
rsource "kconfig/Kconfig.features" rsource "kconfigs/Kconfig.features"
# For now, get used modules as macros from this file (see kconfig.mk) # For now, get used modules as macros from this file (see kconfig.mk)
osource "$(KCONFIG_GENERATED_DEPENDENCIES)" osource "$(KCONFIG_GENERATED_DEPENDENCIES)"