import os env = Environment( ENV = os.environ, ) SConscript('laks/build_rules') env.SelectMCU('stm32f103c8') env.Firmware('esc.elf', ['main.cpp'])