parent
fa2d80679e
commit
0f9a4fa032
|
@ -39,7 +39,7 @@ Export('env')
|
||||||
Export('RTT_ROOT')
|
Export('RTT_ROOT')
|
||||||
Export('rtconfig')
|
Export('rtconfig')
|
||||||
|
|
||||||
SDK_ROOT = os.path.abspath('./')
|
SDK_ROOT = os.path.abspath('../')
|
||||||
|
|
||||||
if os.path.exists(SDK_ROOT + '/libraries'):
|
if os.path.exists(SDK_ROOT + '/libraries'):
|
||||||
libraries_path_prefix = SDK_ROOT + '/libraries'
|
libraries_path_prefix = SDK_ROOT + '/libraries'
|
||||||
|
|
|
@ -117,7 +117,7 @@ menu "On-chip Peripheral Drivers"
|
||||||
default 25
|
default 25
|
||||||
endif
|
endif
|
||||||
|
|
||||||
rsource "../libraries/HAL_Drivers/drivers/Kconfig"
|
rsource "../../libraries/HAL_Drivers/drivers/Kconfig"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue