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 \
6 APP_CFLAGS += -DWITH_ISO14443a_StandAlone \
21 #-DWITH_ISO14443a_StandAlone
24 # if both WITH_LF_StandAlone and WITH_ISO4443a_StandAlone are defined
25 # ISO14443a_StandAlone will be the only one that runs
26 # You must remove it and define WITH_LF_StandAlone for LF standalone mode
29 #-DWITH_LF \ include LF support in build
30 #-DWITH_ISO15693 \ include ISO15693 support in build
31 #-DWITH_ISO14443a \ include ISO14443a support in build
32 #-DWITH_ISO14443b \ include ISO14443b support in build
33 #-DWITH_ICLASS \ include ICLASS support in build
34 #-DWITH_LEGICRF \ include LEGIC support in build
35 #-DWITH_HITAG \ include HITAG support in build
36 #-DWITH_CRC \ include CRC support in build
37 #-DWITH_HFSNOOP \ include HFSNOOP support in build
38 #-DWITH_SMARTCARD \ include SMARTCARD support in build
39 #-DWITH_GUI \ include QT GUI/Graph support in build
40 #-DWITH_LCD \ include LCD support in build (experimental?)
42 #marshmellow NOTE: tested GUI, and SMARTCARD removal only...