Allow PROGNAME & PROGSUFFIX to be configurable within platform

This commit is contained in:
Ivan Kravets
2015-08-01 17:41:05 +03:00
parent 203026a57b
commit e102fb2880
5 changed files with 18 additions and 7 deletions

View File

@@ -49,7 +49,10 @@ env.Replace(
LIBS=["m"],
SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES'
SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES',
PROGNAME="firmware",
PROGSUFFIX=".elf"
)
env.Append(