1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/vars.inc.mk: document BOARDSDIR as external boards directory

Replace using 'RIOTBOARD' by 'BOARDSDIR' to define external boards.
This commit is contained in:
Gaëtan Harter 2019-09-09 17:27:25 +02:00 committed by Alexandre Abadie
parent c26710ac7e
commit 1427ef998f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -25,8 +25,8 @@ export APPDEPS # Files / Makefile targets that need to be created
export RIOTBASE # The root folder of RIOT. The folder where this very file lives in.
export RIOTCPU # For third party CPUs this folder is the base of the CPUs.
export RIOTBOARD # For third party BOARDs this folder is the base of the BOARDs.
export BOARDSDIR # For third party BOARDs this folder is the base of the BOARDs. (Migration in progress)
export RIOTBOARD # This folder is the base of the riot boards.
export BOARDSDIR # For third party BOARDs this folder is the base of the BOARDs.
export RIOTPKG # For overriding RIOT's pkg directory
export RIOTTOOLS # Location of host machine tools
export RIOTPROJECT # Top level git root of the project being built, or PWD if not a git repository