mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
split nfcbarcode from iso14443a
This commit is contained in:
parent
ada1b8559b
commit
4a3fb3ccf1
7 changed files with 25 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue