diff --git a/core/SConscript.firmware b/core/SConscript.firmware index 803a385fc6..11deea926a 100644 --- a/core/SConscript.firmware +++ b/core/SConscript.firmware @@ -570,7 +570,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 5d8a9724b9..478b90a313 100644 --- a/core/SConscript.unix +++ b/core/SConscript.unix @@ -639,7 +639,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: