diff --git a/Makefile b/Makefile index c2da7ac..c818869 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,11 @@ endif include $(BOLOS_SDK)/Makefile.defines APP_LOAD_PARAMS = --curve secp256k1 +ifeq ($(TARGET_NAME),TARGET_NANOX) APP_LOAD_PARAMS += --appFlags 0x200 +else +APP_LOAD_PARAMS += --appFlags 0x000 +endif APP_LOAD_PARAMS += --path "48'/13'" APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)