From 88ab3c3aee90554066a7c9c2bd995ce0973858ff Mon Sep 17 00:00:00 2001 From: Aleksandr Kutuzov Date: Tue, 20 Oct 2020 15:02:00 +0300 Subject: [PATCH] NFS: export config var --- applications/applications.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/applications.mk b/applications/applications.mk index b57cff23..007f8644 100644 --- a/applications/applications.mk +++ b/applications/applications.mk @@ -18,6 +18,7 @@ endif APP_NFC ?= 0 ifeq ($(APP_NFC), 1) +export APP_NFC APP_MENU = 1 CFLAGS += -DAPP_NFC C_SOURCES += $(wildcard $(APP_DIR)/nfc/*.c)