mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Kconfig: Allow using external boards
Replaces `$(RIOTBOARD)/$(BOARD)` by `$(BOARDDIR)` to allow using external boards.
This commit is contained in:
parent
5ef4b1843a
commit
c69456c756
2
Kconfig
2
Kconfig
@ -10,7 +10,7 @@ mainmenu "RIOT Configuration"
|
||||
osource "$(KCONFIG_GENERATED_DEPENDENCIES)"
|
||||
|
||||
# Load first board configurations, which might override CPU's
|
||||
orsource "$(RIOTBOARD)/$(BOARD)/Kconfig"
|
||||
orsource "$(BOARDDIR)/Kconfig"
|
||||
orsource "$(RIOTCPU)/$(CPU)/Kconfig"
|
||||
|
||||
rsource "$(RIOTBOARD)/Kconfig"
|
||||
|
Loading…
Reference in New Issue
Block a user