From 39e7d9f1bb8643b6d98e5fb97ff46993bfdac487 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 3 Aug 2023 11:39:07 +0200 Subject: [PATCH] QR code source path is now used explicitly --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64de58b..9a242f8 100755 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ endif ifeq ($(TARGET_NAME),TARGET_STAX) DEFINES += NBGL_QRCODE +SDK_SOURCE_PATH += qrcode else DEFINES += HAVE_BAGL HAVE_UX_FLOW ifneq ($(TARGET_NAME),TARGET_NANOS) @@ -113,7 +114,7 @@ DEFINES += PRINTF\(...\)= endif APP_SOURCE_PATH = src -SDK_SOURCE_PATH = lib_stusb lib_stusb_impl lib_u2f +SDK_SOURCE_PATH += lib_stusb lib_stusb_impl lib_u2f ifneq ($(TARGET_NAME),TARGET_STAX) SDK_SOURCE_PATH += lib_ux