Skip to content

Commit

Permalink
update coin name
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Apr 30, 2024
1 parent a0f211b commit 1feea3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ $(info ************ TARGET_NAME = [$(TARGET_NAME)])
include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.app_testing

ifndef COIN
COIN=LSK
COIN=LSK_LEGACY
endif

include $(CURDIR)/Makefile.version

$(info COIN = [$(COIN)])

ifeq ($(COIN),LSK)
ifeq ($(COIN),LSK_LEGACY)
# Main app configuration
DEFINES += APP_STANDARD
ifneq ($(TARGET_NAME),TARGET_NANOS)
Expand Down Expand Up @@ -93,7 +93,7 @@ dep/%.d: %.c Makefile

.PHONY: listvariants
listvariants:
@echo VARIANTS COIN LSK
@echo VARIANTS COIN LSK_LEGACY

.PHONY: version
version:
Expand Down

0 comments on commit 1feea3d

Please sign in to comment.