mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 20:42:03 +00:00
fixup
This commit is contained in:
parent
273becace0
commit
82119dac11
@ -30,9 +30,9 @@ PRODUCTION ?= 0
|
|||||||
PYOPT ?= 1
|
PYOPT ?= 1
|
||||||
BITCOIN_ONLY ?= 0
|
BITCOIN_ONLY ?= 0
|
||||||
BOOTLOADER_QA ?= 0
|
BOOTLOADER_QA ?= 0
|
||||||
BOOTLOADER_DEVEL ?= 0
|
BOOTLOADER_DEVEL ?= 1
|
||||||
DISABLE_OPTIGA ?= 0
|
DISABLE_OPTIGA ?= 0
|
||||||
TREZOR_MODEL ?= T2T1
|
TREZOR_MODEL ?= T3W1
|
||||||
TREZOR_MEMPERF ?= 0
|
TREZOR_MEMPERF ?= 0
|
||||||
ADDRESS_SANITIZER ?= 0
|
ADDRESS_SANITIZER ?= 0
|
||||||
CMAKELISTS ?= 0
|
CMAKELISTS ?= 0
|
||||||
|
@ -118,7 +118,6 @@ def configure(
|
|||||||
paths += ["embed/io/nfc/rfal/source"]
|
paths += ["embed/io/nfc/rfal/source"]
|
||||||
paths += ["embed/io/nfc/rfal/source/st25r3916"]
|
paths += ["embed/io/nfc/rfal/source/st25r3916"]
|
||||||
paths += ["embed/io/nfc/rfal/include/"]
|
paths += ["embed/io/nfc/rfal/include/"]
|
||||||
features_available.append("nfc")
|
|
||||||
defines += [("USE_NFC", "1")]
|
defines += [("USE_NFC", "1")]
|
||||||
|
|
||||||
if "optiga" in features_wanted:
|
if "optiga" in features_wanted:
|
||||||
|
@ -118,7 +118,6 @@ def configure(
|
|||||||
paths += ["embed/io/nfc/rfal/source"]
|
paths += ["embed/io/nfc/rfal/source"]
|
||||||
paths += ["embed/io/nfc/rfal/source/st25r3916"]
|
paths += ["embed/io/nfc/rfal/source/st25r3916"]
|
||||||
paths += ["embed/io/nfc/rfal/include/"]
|
paths += ["embed/io/nfc/rfal/include/"]
|
||||||
features_available.append("nfc")
|
|
||||||
defines += [("USE_NFC", "1")]
|
defines += [("USE_NFC", "1")]
|
||||||
|
|
||||||
if "optiga" in features_wanted:
|
if "optiga" in features_wanted:
|
||||||
|
Loading…
Reference in New Issue
Block a user