1
0
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:
Marian Buschsieweke 2020-07-10 16:24:30 +02:00
parent c1ad435668
commit 057aae1d04
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -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