Skip to content

Commit

Permalink
Fix Stax build
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Dec 1, 2023
1 parent 546db7d commit 7eb0765
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ SDK_SOURCE_PATH += lib_u2f
LDFLAGS += -z muldefs
APP_SOURCE_PATH += $(MY_DIR)/../deps/sha512


ifeq ($(TARGET_NAME),TARGET_STAX)
SDK_SOURCE_PATH += qrcode
endif

.PHONY: rust
rust:
@echo "No rust code"
Expand Down

0 comments on commit 7eb0765

Please sign in to comment.