NFS: export config var

This commit is contained in:
Aleksandr Kutuzov 2020-10-20 15:02:00 +03:00
parent b1eb171e4b
commit 88ab3c3aee

View File

@ -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)