[bsp][stm32] add scons --dist function

This commit is contained in:
SummerGift
2018-12-13 12:05:40 +08:00
parent dcf7bce2cc
commit 968110ffd6
26 changed files with 248 additions and 77 deletions
+3
View File
@@ -810,6 +810,9 @@ def EndBuilding(target, program = None):
Env['target'] = program
Env['project'] = Projects
if hasattr(rtconfig, 'BSP_LIBRARY_TYPE'):
Env['bsp_lib_type'] = rtconfig.BSP_LIBRARY_TYPE
Env.AddPostAction(target, rtconfig.POST_ACTION)
# Add addition clean files
Clean(target, 'cconfig.h')