From 7976c0a6467a3d92a0c37ee733ed4b257572608f Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Fri, 25 Aug 2023 14:55:26 +0200 Subject: [PATCH] TEMPORARY: compile for DK as default --- core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Makefile b/core/Makefile index 7cd71dd58..2650c5590 100644 --- a/core/Makefile +++ b/core/Makefile @@ -23,8 +23,8 @@ PRODUCTION ?= 0 PYOPT ?= 1 BITCOIN_ONLY ?= 0 BOOTLOADER_QA ?= 0 -BOOTLOADER_DEVEL ?= 0 -TREZOR_MODEL ?= T +BOOTLOADER_DEVEL ?= 1 +TREZOR_MODEL ?= DISC2 TREZOR_MEMPERF ?= 0 ADDRESS_SANITIZER ?= 0 CMAKELISTS ?= 0