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),)
1919$(error Environment variable BOLOS_SDK is not set)
2020endif
2121
22- # Prevent compilation of BAGL/NBGL
23- # Has to be before any SDK include
24- DISABLE_UI = 1
25-
2622include $(BOLOS_SDK ) /Makefile.defines
2723
2824APPVERSION ?= "$(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) "
@@ -60,16 +56,4 @@ DISABLE_STANDARD_BAGL_UX_FLOW = 1
6056DISABLE_DEBUG_LEDGER_ASSERT = 1
6157DISABLE_DEBUG_THROW = 1
6258
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-
7559include $(BOLOS_SDK ) /Makefile.standard_app
You can’t perform that action at this time.
0 commit comments