X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5125e4263c36063f49d3b410b78da293b705b7d2..7a53739728caea10b0857596fe3e30606295e8b4:/common/Makefile_Enabled_Options.common diff --git a/common/Makefile_Enabled_Options.common b/common/Makefile_Enabled_Options.common index acb413bf..edc86b85 100644 --- a/common/Makefile_Enabled_Options.common +++ b/common/Makefile_Enabled_Options.common @@ -4,6 +4,7 @@ # #BEGIN APP_CFLAGS += -DWITH_ISO14443a_StandAlone \ + -DWITH_LF \ -DWITH_ISO15693 \ -DWITH_ISO14443a \ -DWITH_ISO14443b \ @@ -12,20 +13,22 @@ APP_CFLAGS += -DWITH_ISO14443a_StandAlone \ -DWITH_HITAG \ -DWITH_CRC \ -DWITH_HFSNOOP \ + -DWITH_SMARTCARD \ -DWITH_GUI #END ### Standalone modes: #-DWITH_ISO14443a_StandAlone -#-DWITH_LF +#-DWITH_LF_StandAlone # -# if both WITH_LF and WITH_ISO4443a_StandAlone are defined +# if both WITH_LF_StandAlone and WITH_ISO4443a_StandAlone are defined # ISO14443a_StandAlone will be the only one that runs -# You must remove it and define WITH_LF for LF standalone mode +# You must remove it and define WITH_LF_StandAlone for LF standalone mode ### Other options: -#-DWITH_ISO15693 \ Include ISO15693 support in build +#-DWITH_LF \ include LF support in build +#-DWITH_ISO15693 \ include ISO15693 support in build #-DWITH_ISO14443a \ include ISO14443a support in build #-DWITH_ISO14443b \ include ISO14443b support in build #-DWITH_ICLASS \ include ICLASS support in build