Skip to content

Commit

Permalink
Kconfig: Include application-specific symbols first
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Feb 19, 2020
1 parent 3e7ddcd commit 789c3cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 789c3cf

Please sign in to comment.