diff --git a/core/SConscript.firmware b/core/SConscript.firmware index 74d2fc40ee..28d54baea3 100644 --- a/core/SConscript.firmware +++ b/core/SConscript.firmware @@ -573,7 +573,7 @@ if FROZEN: exclude_list = [] if 'sd_card' not in FEATURES_AVAILABLE: - exclude_list.append(SOURCE_PY_DIR + 'storage/sd_salt.py') + exclude_list.append(SOURCE_PY_DIR + 'storage/sd_salt.py') if THP and PYOPT == '1': exclude_list.append(SOURCE_PY_DIR + 'storage/cache_codec.py') if not THP: diff --git a/core/SConscript.unix b/core/SConscript.unix index 5c1f11ea44..8a04c2217e 100644 --- a/core/SConscript.unix +++ b/core/SConscript.unix @@ -645,7 +645,7 @@ if FROZEN: exclude_list = [] if 'sd_card' not in FEATURES_AVAILABLE: - exclude_list.append(SOURCE_PY_DIR + 'storage/sd_salt.py') + exclude_list.append(SOURCE_PY_DIR + 'storage/sd_salt.py') if THP and PYOPT == '1': exclude_list.append(SOURCE_PY_DIR + 'storage/cache_codec.py') if not THP: