From 173c1d504c0fedf7c69c8a2b0c9d1ef90043f200 Mon Sep 17 00:00:00 2001 From: Victor Arino <victor.arino@zii.aero> Date: Fri, 3 Mar 2017 10:13:41 +0100 Subject: [PATCH] make: export features --- makefiles/vars.inc.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk index a6404a347d..3046743c91 100644 --- a/makefiles/vars.inc.mk +++ b/makefiles/vars.inc.mk @@ -25,6 +25,10 @@ export BINDIR # This is the folder where the application should b export APPDIR # The base folder containing the application export PKGDIRBASE # The base folder for building packages +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 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-". export CC # The C compiler to use. -- GitLab