mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-23 21:02:23 +00:00
Fix fw build
This commit is contained in:
parent
253a1470b4
commit
e549e16d3f
@ -596,8 +596,8 @@ if FROZEN:
|
||||
else:
|
||||
raise ValueError('Unknown layout')
|
||||
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/thp/*.py'))
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/*.py'))
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/thp*.py'))
|
||||
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'storage/*.py',
|
||||
exclude=[
|
||||
|
@ -681,8 +681,8 @@ if FROZEN:
|
||||
else:
|
||||
raise ValueError('Unknown layout')
|
||||
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/*.py'))
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/thp/*.py'))
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/wire/*.py'))
|
||||
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'storage/*.py',
|
||||
exclude=[
|
||||
|
2
core/src/all_modules.py
generated
2
core/src/all_modules.py
generated
@ -207,6 +207,8 @@ trezor.wire.protocol
|
||||
import trezor.wire.protocol
|
||||
trezor.wire.protocol_common
|
||||
import trezor.wire.protocol_common
|
||||
trezor.wire.thp
|
||||
import trezor.wire.thp
|
||||
trezor.wire.thp.ack_handler
|
||||
import trezor.wire.thp.ack_handler
|
||||
trezor.wire.thp.channel_context
|
||||
|
Loading…
Reference in New Issue
Block a user