diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk index 7194443c846e7a4faf72f032eb21ac0a2d02da5b..abe85369911e63c98934fa02cb5a0e3e8de04e73 100644 --- a/makefiles/vars.inc.mk +++ b/makefiles/vars.inc.mk @@ -36,6 +36,8 @@ 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 +# TOOLCHAINS_SUPPORTED # List of supported toolchains by an MCU (gnu/llvm/...). +# TOOLCHAINS_BLACKLISTED # List of unspported toolchains for a module or an application. export TARGET_ARCH # The target platform name, in GCC triple notation, e.g. "arm-none-eabi", "i686-elf", "avr" export PREFIX # The prefix of the toolchain commands, usually "$(TARGET_ARCH)-", e.g. "arm-none-eabi-" or "msp430-".