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
+4 -1
View File
@@ -52,7 +52,10 @@ env.Replace(
LIBS=["c", "gcc", "m"],
SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES'
SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES',
PROGNAME="firmware",
PROGSUFFIX=".elf"
)
env.Append(