[bsp/at32] fixed 'scons --dist' error (#10212)

This commit is contained in:
sheltonyu 2025-04-22 18:42:38 +08:00 committed by GitHub
parent bd796f9055
commit 9551bfe5fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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'))