Kconfig: Include application-specific symbols first

This commit is contained in:
Leandro Lanzieri 2020-02-19 14:23:00 +01:00
parent 3e7ddcdd4c
commit 789c3cf735

View File

@ -9,11 +9,11 @@ mainmenu "RIOT Configuration"
# For now, get used modules as macros from this file (see kconfig.mk)
osource "$(KCONFIG_GENERATED_DEPENDENCIES)"
rsource "drivers/Kconfig"
rsource "sys/Kconfig"
# The application may declare new symbols as well
osource "$(APPDIR)/Kconfig"
rsource "drivers/Kconfig"
rsource "sys/Kconfig"
comment "RIOT is in a migration phase."
comment "Some configuration options may not be here. Use CFLAGS instead."