4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-20 20:57:12 +08:00

[bsp][stm32f7]Fix "scons --dist" error in stm32f7's bsp

Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
This commit is contained in:
Willian Chan 2019-09-11 18:16:31 +08:00
parent 315843438b
commit c51352d7cb
3 changed files with 9 additions and 0 deletions

View File

@ -36,6 +36,9 @@ Export('rtconfig')
# prepare building environment
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
stm32_library = 'STM32F7xx_HAL'
rtconfig.BSP_LIBRARY_TYPE = stm32_library
SDK_ROOT = os.path.abspath('./')
# include drivers

View File

@ -36,6 +36,9 @@ Export('rtconfig')
# prepare building environment
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
stm32_library = 'STM32F7xx_HAL'
rtconfig.BSP_LIBRARY_TYPE = stm32_library
SDK_ROOT = os.path.abspath('./')
# include drivers

View File

@ -36,6 +36,9 @@ Export('rtconfig')
# prepare building environment
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
stm32_library = 'STM32F7xx_HAL'
rtconfig.BSP_LIBRARY_TYPE = stm32_library
SDK_ROOT = os.path.abspath('./')
# include drivers