Skip to content

Commit

Permalink
Removed always-on SDK_SOURCE_PATH for Stax nfc & qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Aug 2, 2023
1 parent db2f769 commit 76e4f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ else ifeq ($(TARGET_NAME),TARGET_STAX)
ifeq ($(NO_UI), 0)
SDK_SOURCE_PATH += lib_nbgl lib_ux_stax
endif
SDK_SOURCE_PATH += qrcode lib_nfc
endif

# adding the correct target header to sources
Expand Down
1 change: 1 addition & 0 deletions Makefile.standard_app
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ endif
ifeq ($(ENABLE_NBGL_QRCODE), 1)
ifeq ($(TARGET_NAME), TARGET_STAX)
DEFINES += NBGL_QRCODE
SDK_SOURCE_PATH += qrcode
endif
endif

Expand Down

0 comments on commit 76e4f98

Please sign in to comment.