mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-08 17:18:46 +00:00
build: add missing environment to boardloader sconscript
This commit is contained in:
parent
82ae061922
commit
b31cb18e80
@ -1,5 +1,7 @@
|
|||||||
# pylint: disable=E0602
|
# pylint: disable=E0602
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
CCFLAGS_MOD = ''
|
CCFLAGS_MOD = ''
|
||||||
CPPPATH_MOD = []
|
CPPPATH_MOD = []
|
||||||
CPPDEFINES_MOD = []
|
CPPDEFINES_MOD = []
|
||||||
@ -82,7 +84,7 @@ SOURCE_TREZORHAL = [
|
|||||||
'embed/trezorhal/hal/stm32f4xx_ll_fsmc.c',
|
'embed/trezorhal/hal/stm32f4xx_ll_fsmc.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
env = Environment()
|
env = Environment(ENV=os.environ)
|
||||||
|
|
||||||
env.Replace(
|
env.Replace(
|
||||||
AS='arm-none-eabi-as',
|
AS='arm-none-eabi-as',
|
||||||
|
Loading…
Reference in New Issue
Block a user