mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
CHG: remove WITH_EMV since its not used at all.
This commit is contained in:
parent
5d6f2c641b
commit
5c49fcbfdb
2 changed files with 0 additions and 7 deletions
|
@ -28,9 +28,6 @@ static int usage_trace_list() {
|
||||||
PrintAndLogEx(NORMAL, " 14b - interpret data as iso14443b communications");
|
PrintAndLogEx(NORMAL, " 14b - interpret data as iso14443b communications");
|
||||||
PrintAndLogEx(NORMAL, " 15 - interpret data as iso15693 communications");
|
PrintAndLogEx(NORMAL, " 15 - interpret data as iso15693 communications");
|
||||||
PrintAndLogEx(NORMAL, " des - interpret data as DESFire communications");
|
PrintAndLogEx(NORMAL, " des - interpret data as DESFire communications");
|
||||||
#ifdef WITH_EMV
|
|
||||||
PrintAndLogEx(NORMAL, " emv - interpret data as EMV / communications");
|
|
||||||
#endif
|
|
||||||
PrintAndLogEx(NORMAL, " iclass - interpret data as iclass communications");
|
PrintAndLogEx(NORMAL, " iclass - interpret data as iclass communications");
|
||||||
PrintAndLogEx(NORMAL, " topaz - interpret data as topaz communications");
|
PrintAndLogEx(NORMAL, " topaz - interpret data as topaz communications");
|
||||||
PrintAndLogEx(NORMAL, " 7816 - interpret data as iso7816-4 communications");
|
PrintAndLogEx(NORMAL, " 7816 - interpret data as iso7816-4 communications");
|
||||||
|
|
|
@ -95,10 +95,6 @@ $(info $(findstring WITH_STANDALONE_*,$(PLATFORM_DEFS)))
|
||||||
ifneq (,$(findstring WITH_FPC_,$(PLATFORM_DEFS)))
|
ifneq (,$(findstring WITH_FPC_,$(PLATFORM_DEFS)))
|
||||||
PLATFORM_DEFS += -DWITH_FPC
|
PLATFORM_DEFS += -DWITH_FPC
|
||||||
endif
|
endif
|
||||||
# WITH_EMV possible if WITH_ISO14443a :
|
|
||||||
ifneq (,$(findstring WITH_ISO14443a,$(PLATFORM_DEFS)))
|
|
||||||
PLATFORM_DEFS += -DWITH_EMV
|
|
||||||
endif
|
|
||||||
|
|
||||||
PLATFORM_DEFS_INFO = $(strip $(filter-out STANDALONE%, $(subst -DWITH_,,$(PLATFORM_DEFS))))
|
PLATFORM_DEFS_INFO = $(strip $(filter-out STANDALONE%, $(subst -DWITH_,,$(PLATFORM_DEFS))))
|
||||||
PLATFORM_DEFS_INFO_STANDALONE = $(strip $(subst STANDALONE_,, $(filter STANDALONE%, $(subst -DWITH_,,$(PLATFORM_DEFS)))))
|
PLATFORM_DEFS_INFO_STANDALONE = $(strip $(subst STANDALONE_,, $(filter STANDALONE%, $(subst -DWITH_,,$(PLATFORM_DEFS)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue