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:
parent
c26710ac7e
commit
1427ef998f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user