Sfoglia il codice sorgente

NFS: export config var

Aleksandr Kutuzov 5 anni fa
parent
commit
88ab3c3aee
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      applications/applications.mk

+ 1 - 0
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)