]> git.zerfleddert.de Git - proxmark3-svn/blame - common/Makefile_Enabled_Options.common
fixing some fpga and iclass issues
[proxmark3-svn] / common / Makefile_Enabled_Options.common
CommitLineData
5125e426 1#NOTES:
2# Do not put any comments inside the definition below (before the final flag)
3# All definition lines except the last must end in a \
4#
5#BEGIN
6APP_CFLAGS += -DWITH_ISO14443a_StandAlone \
7a537397 7 -DWITH_LF \
5125e426 8 -DWITH_ISO15693 \
9 -DWITH_ISO14443a \
10 -DWITH_ISO14443b \
11 -DWITH_ICLASS \
12 -DWITH_LEGICRF \
13 -DWITH_HITAG \
14 -DWITH_CRC \
15 -DWITH_HFSNOOP \
8d7d7b61 16 -DWITH_SMARTCARD \
5125e426 17 -DWITH_GUI
18#END
19
20
21### Standalone modes:
22#-DWITH_ISO14443a_StandAlone
a2937cea 23#-DWITH_LF_StandAlone
5125e426 24#
dfdca20c 25# if both WITH_LF_StandAlone and WITH_ISO4443a_StandAlone are defined
5125e426 26# ISO14443a_StandAlone will be the only one that runs
dfdca20c 27# You must remove it and define WITH_LF_StandAlone for LF standalone mode
5125e426 28
29### Other options:
dfdca20c 30#-DWITH_LF \ include LF support in build
31#-DWITH_ISO15693 \ include ISO15693 support in build
5125e426 32#-DWITH_ISO14443a \ include ISO14443a support in build
33#-DWITH_ISO14443b \ include ISO14443b support in build
34#-DWITH_ICLASS \ include ICLASS support in build
35#-DWITH_LEGICRF \ include LEGIC support in build
36#-DWITH_HITAG \ include HITAG support in build
37#-DWITH_CRC \ include CRC support in build
38#-DWITH_HFSNOOP \ include HFSNOOP support in build
39#-DWITH_SMARTCARD \ include SMARTCARD support in build
40#-DWITH_GUI \ include QT GUI/Graph support in build
41#-DWITH_LCD \ include LCD support in build (experimental?)
42
43#marshmellow NOTE: tested GUI, and SMARTCARD removal only...
Impressum, Datenschutz