From 4c3e1bbc709e0720ca261ee9db1f3d86357012c5 Mon Sep 17 00:00:00 2001 From: "Roland C. Dowdeswell" Date: Thu, 21 Sep 2023 20:35:42 +0100 Subject: [PATCH] reword-this-its-about-flags --- app/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/Makefile b/app/Makefile index 7f0835930..25a66329c 100644 --- a/app/Makefile +++ b/app/Makefile @@ -135,9 +135,11 @@ CFLAGS += -Wwrite-strings ######################################## # See SDK `include/appflags.h` for the purpose of each permission #HAVE_APPLICATION_FLAG_DERIVE_MASTER = 1 -#HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1 -#HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1 -#HAVE_APPLICATION_FLAG_LIBRARY = 1 +ifneq ($(TARGET_NAME), TARGET_NANOS) +HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1 +HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1 +endif +HAVE_APPLICATION_FLAG_LIBRARY = 1 ######################################## # Application communication interfaces #