diff --git a/core/SConscript.unix b/core/SConscript.unix index a75a5be45..112be304f 100644 --- a/core/SConscript.unix +++ b/core/SConscript.unix @@ -681,7 +681,7 @@ 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'))