1
0
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:
Marian Buschsieweke 2020-05-14 13:51:53 +02:00
parent 5ef4b1843a
commit c69456c756
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -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"