From b6e8825db31b71bfe0393083356a7f7655530319 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 3 Aug 2023 11:31:18 +0200 Subject: [PATCH] QR code source path is now used explicitly --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d093cbe2..5e1f5ed7 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,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)