Kconfig: Include application-specific symbols first
This commit is contained in:
parent
3e7ddcdd4c
commit
789c3cf735
6
Kconfig
6
Kconfig
@ -9,11 +9,11 @@ mainmenu "RIOT Configuration"
|
|||||||
# 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)"
|
||||||
|
|
||||||
rsource "drivers/Kconfig"
|
|
||||||
rsource "sys/Kconfig"
|
|
||||||
|
|
||||||
# The application may declare new symbols as well
|
# The application may declare new symbols as well
|
||||||
osource "$(APPDIR)/Kconfig"
|
osource "$(APPDIR)/Kconfig"
|
||||||
|
|
||||||
|
rsource "drivers/Kconfig"
|
||||||
|
rsource "sys/Kconfig"
|
||||||
|
|
||||||
comment "RIOT is in a migration phase."
|
comment "RIOT is in a migration phase."
|
||||||
comment "Some configuration options may not be here. Use CFLAGS instead."
|
comment "Some configuration options may not be here. Use CFLAGS instead."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user