Przeglądaj źródła

NFS: export config var

Aleksandr Kutuzov 5 lat temu
rodzic
commit
88ab3c3aee
1 zmienionych plików z 1 dodań i 0 usunięć
  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)