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

makefiles/vars: document DEBUGDEPS variable

This commit is contained in:
Alexandre Abadie 2019-10-02 21:12:07 +02:00
parent 49967b2c4a
commit 9148562476
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -19,6 +19,7 @@ export USEPKG # Pkg dependencies (third party modules) of the app
export DISABLE_MODULE # Used in the application's Makefile to suppress DEFAULT_MODULEs.
export APPDEPS # Files / Makefile targets that need to be created before the application can be build. Set in the application's Makefile.
# BUILDDEPS # Files / Makefile targets that need to be created before starting to build.
# DEBUGDEPS # Files / Makefile targets that need to be created before starting a debug session.
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.