File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ ifeq ($(BOLOS_SDK),)
19
19
$(error Environment variable BOLOS_SDK is not set)
20
20
endif
21
21
22
- # Prevent compilation of BAGL/NBGL
23
- # Has to be before any SDK include
24
- DISABLE_UI = 1
25
-
26
22
include $(BOLOS_SDK ) /Makefile.defines
27
23
28
24
APPVERSION ?= "$(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) "
@@ -60,16 +56,4 @@ DISABLE_STANDARD_BAGL_UX_FLOW = 1
60
56
DISABLE_DEBUG_LEDGER_ASSERT = 1
61
57
DISABLE_DEBUG_THROW = 1
62
58
63
- # Required for PRINTFs to compile
64
- ifeq ($(DEBUG ) ,0)
65
- DISABLE_STANDARD_SEPROXYHAL = 1
66
- endif
67
-
68
- # So the plugin can still access the necessary NBGL types and pass its icon to
69
- # the Ethereum app
70
- ifeq ($(TARGET_NAME ) ,TARGET_STAX)
71
- DEFINES += HAVE_NBGL
72
- INCLUDES_PATH += $(BOLOS_SDK ) /lib_nbgl/include $(BOLOS_SDK ) /lib_ux_stax
73
- endif
74
-
75
59
include $(BOLOS_SDK ) /Makefile.standard_app
You can’t perform that action at this time.
0 commit comments