Improve support for assembly programming

This commit is contained in:
Ivan Kravets
2022-05-27 17:27:28 +03:00
parent de59b730a0
commit 886f388e4d
2 changed files with 6 additions and 7 deletions
-3
View File
@@ -227,9 +227,6 @@ if env.get("PROGNAME", "program") == "program":
env.Replace(PROGNAME="firmware")
env.Append(
# copy CCFLAGS to ASFLAGS (-x assembler-with-cpp mode)
ASFLAGS=env.get("CCFLAGS", [])[:],
BUILDERS=dict(
ElfToBin=Builder(
action=env.VerboseAction(" ".join([