Skip to content

Commit

Permalink
Makefile: Set APP_LOAD_PARAMS before including Makefile.rules
Browse files Browse the repository at this point in the history
This will become necessary once
LedgerHQ/ledger-secure-sdk#472 is merged and
cherry-picked.
  • Loading branch information
Xavier Chapron committed Nov 30, 2023
1 parent a720f0a commit 973b595
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ all: default
# Build #
##############

# import generic rules from the sdk
include $(BOLOS_SDK)/Makefile.rules

#add dependency on custom makefile filename
dep/%.d: %.c Makefile

listvariants:
@echo VARIANTS COIN cardano_ada

Expand Down Expand Up @@ -203,3 +197,6 @@ format:

size: all
$(GCCPATH)arm-none-eabi-size --format=gnu bin/app.elf

# import generic rules from the sdk
include $(BOLOS_SDK)/Makefile.rules

0 comments on commit 973b595

Please sign in to comment.