split nfcbarcode from iso14443a

This commit is contained in:
Philippe Teuwen 2019-08-03 21:17:52 +02:00
commit 4a3fb3ccf1
7 changed files with 25 additions and 5 deletions

View file

@ -111,8 +111,10 @@ PLATFORM_DEFS += \
-DWITH_ISO14443a \
-DWITH_ICLASS \
-DWITH_FELICA \
-DWITH_NFCBARCODE \
-DWITH_HFSNIFF
# Standalone mode
ifneq ($(strip $(filter $(PLATFORM_DEFS),$(STANDALONE_REQ_DEFS))),$(strip $(STANDALONE_REQ_DEFS)))
$(error Chosen Standalone mode $(STANDALONE) requires $(strip $(STANDALONE_REQ_DEFS)), unsupported by $(PLTNAME))