mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[bsp][stm32] add scons --dist function
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user