mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/vars.inc.mk: Export FEATURES_USED
This is needed so that features used can be reliably be accessed.
This commit is contained in:
parent
c1ad435668
commit
057aae1d04
@ -48,6 +48,7 @@ export PYTHONPATH # Python default search path for module filesi, wit
|
||||
export FEATURES_REQUIRED # List of required features by the application
|
||||
export FEATURES_PROVIDED # List of provided features by the board
|
||||
export FEATURES_OPTIONAL # List of nice to have features
|
||||
export FEATURES_USED # List of features used
|
||||
# TOOLCHAINS_SUPPORTED # List of supported toolchains by an MCU (gnu/llvm/...).
|
||||
# TOOLCHAINS_BLACKLISTED # List of unspported toolchains for a module or an application.
|
||||
export TOOLCHAIN # Base build toolchain, i.e. GNU or LLVM
|
||||
|
Loading…
Reference in New Issue
Block a user