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:
parent
b640ba2e15
commit
df51ff7617
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user