File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,6 @@ PATH_APP_LOAD_PARAMS += "45'" "44'/1'"
103
103
VARIANT_PARAM = CHAIN
104
104
VARIANT_VALUES = $(SUPPORTED_CHAINS )
105
105
106
- # Activate dependency only for specific CHAIN
107
- ifneq ($(CHAIN ) ,ethereum)
108
- DEP_APP_LOAD_PARAMS = Ethereum:$(APPVERSION )
109
- DEFINES_LIB = USE_LIB_ETHEREUM
110
- endif
111
-
112
106
# Enabling DEBUG flag will enable PRINTF and disable optimizations
113
107
# DEBUG = 1
114
108
@@ -117,9 +111,16 @@ endif
117
111
# #######################################
118
112
# See SDK `include/appflags.h` for the purpose of each permission
119
113
# HAVE_APPLICATION_FLAG_DERIVE_MASTER = 1
120
- HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1
121
- HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
122
- HAVE_APPLICATION_FLAG_LIBRARY = 1
114
+ # HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1
115
+ # HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
116
+ ifeq ($(CHAIN ) ,ethereum)
117
+ HAVE_APPLICATION_FLAG_LIBRARY = 1
118
+ else
119
+ # Activate dependency only for specific CHAIN
120
+ DEP_APP_LOAD_PARAMS = Ethereum:$(APPVERSION )
121
+ DEFINES_LIB = USE_LIB_ETHEREUM
122
+ endif
123
+
123
124
124
125
# #######################################
125
126
# Application communication interfaces #
You can’t perform that action at this time.
0 commit comments