提交 c51352d7 编写于 作者: W Willian Chan

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

Signed-off-by: NWillian Chan <chentingwei@rt-thread.com>
上级 31584343
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册