diff --git a/core/SConscript.unix b/core/SConscript.unix index a206f65899..916f6fa153 100644 --- a/core/SConscript.unix +++ b/core/SConscript.unix @@ -691,6 +691,9 @@ if FROZEN: ]) ) + if THP: + SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/thp/*.py')) + if EVERYTHING: SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/binance/*.py')) SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/enums/Binance*.py')) @@ -732,8 +735,6 @@ if FROZEN: SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/tezos/*.py')) SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/enums/Tezos*.py')) - if THP: - SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/thp/*.py')) SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'apps/zcash/*.py'))