1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 13:21:03 +00:00

core/firmware: gchelper.s moved to different directory

This commit is contained in:
Jan Pochyla 2020-01-07 20:21:34 +01:00
parent 7deade5a10
commit 87e7d43068

View File

@ -172,12 +172,12 @@ SOURCE_MICROPYTHON = [
'vendor/micropython/extmod/utime_mphal.c',
'vendor/micropython/lib/embed/abort_.c',
'vendor/micropython/lib/mp-readline/readline.c',
'vendor/micropython/lib/utils/gchelper_m3.s',
'vendor/micropython/lib/utils/interrupt_char.c',
'vendor/micropython/lib/utils/printf.c',
'vendor/micropython/lib/utils/pyexec.c',
'vendor/micropython/lib/utils/stdout_helpers.c',
'vendor/micropython/ports/stm32/gccollect.c',
'vendor/micropython/ports/stm32/gchelper.s',
'vendor/micropython/ports/stm32/pendsv.c',
'vendor/micropython/py/argcheck.c',
'vendor/micropython/py/asmarm.c',