mirror of https://github.com/RT-Thread/rt-thread
[bsp/at32] fixed 'scons --dist' error (#10212)
This commit is contained in:
parent
bd796f9055
commit
9551bfe5fc
|
@ -35,6 +35,7 @@ def dist_do_building(BSP_ROOT, dist_dir):
|
|||
)
|
||||
|
||||
print("=> copy bsp drivers")
|
||||
bsp_copy_files(os.path.join(library_path, 'CMSIS'), os.path.join(library_dir, 'CMSIS'))
|
||||
bsp_copy_files(os.path.join(library_path, 'rt_drivers'), os.path.join(library_dir, 'rt_drivers'))
|
||||
bsp_copy_files(os.path.join(library_path, 'usbd_library'), os.path.join(library_dir, 'usbd_library'))
|
||||
bsp_copy_files(os.path.join(library_path, 'usbotg_library'), os.path.join(library_dir, 'usbotg_library'))
|
||||
|
|
Loading…
Reference in New Issue