fixup: building failure in bsp cause by hal (#9086)

fixup: hal
This commit is contained in:
Shell 2024-06-23 21:28:26 +08:00 committed by GitHub
parent fa2d80679e
commit 0f9a4fa032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -39,7 +39,7 @@ Export('env')
Export('RTT_ROOT')
Export('rtconfig')
SDK_ROOT = os.path.abspath('./')
SDK_ROOT = os.path.abspath('../')
if os.path.exists(SDK_ROOT + '/libraries'):
libraries_path_prefix = SDK_ROOT + '/libraries'

View File

@ -117,7 +117,7 @@ menu "On-chip Peripheral Drivers"
default 25
endif
rsource "../libraries/HAL_Drivers/drivers/Kconfig"
rsource "../../libraries/HAL_Drivers/drivers/Kconfig"
endmenu