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

makefiles/vars.inc.mk: don't export APPDEPS globally

This commit is contained in:
Alexandre Abadie 2020-06-28 12:14:31 +02:00
parent b640ba2e15
commit df51ff7617
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -23,7 +23,7 @@ export NATIVEINCLUDES # The native include paths, set by the various nati
export USEMODULE # Sys Module dependencies of the application. Set in the application's Makefile.
export USEPKG # Pkg dependencies (third party modules) of the application. Set in the application's Makefile.
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.
# 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.