Merge pull request #37 from LedgerHQ/oto-ledger-patch-1
Update Makefile
This commit is contained in:
3
Makefile
3
Makefile
@@ -20,7 +20,6 @@ $(error Environment variable BOLOS_SDK is not set)
|
|||||||
endif
|
endif
|
||||||
include $(BOLOS_SDK)/Makefile.defines
|
include $(BOLOS_SDK)/Makefile.defines
|
||||||
|
|
||||||
APP_LOAD_FLAGS= --appFlags 0x40 --dep Ethereum
|
|
||||||
DEFINES_LIB = USE_LIB_ETHEREUM
|
DEFINES_LIB = USE_LIB_ETHEREUM
|
||||||
APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS)
|
APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS)
|
||||||
|
|
||||||
@@ -28,7 +27,7 @@ APPVERSION_M=1
|
|||||||
APPVERSION_N=1
|
APPVERSION_N=1
|
||||||
APPVERSION_P=4
|
APPVERSION_P=4
|
||||||
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
|
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
|
||||||
|
APP_LOAD_FLAGS= --appFlags 0x40 --dep Ethereum:$(APPVERSION)
|
||||||
|
|
||||||
ifeq ($(CHAIN),)
|
ifeq ($(CHAIN),)
|
||||||
CHAIN=ethereum
|
CHAIN=ethereum
|
||||||
|
|||||||
Reference in New Issue
Block a user