mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 06:53:29 +08:00
[bsp/stm32wle5-yizhilian-lm402]修复scons --dist缺失大量文件
This commit is contained in:
parent
265dbc0ce1
commit
65f1804005
@ -175,3 +175,10 @@ elif PLATFORM == 'iccarm':
|
||||
|
||||
EXEC_PATH = EXEC_PATH + '/arm/bin/'
|
||||
POST_ACTION = 'ielftool --bin $TARGET rtthread.bin'
|
||||
|
||||
def dist_handle(BSP_ROOT, dist_dir):
|
||||
import sys
|
||||
cwd_path = os.getcwd()
|
||||
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
|
||||
from sdk_dist import dist_do_building
|
||||
dist_do_building(BSP_ROOT, dist_dir)
|
Loading…
x
Reference in New Issue
Block a user