mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: removed old WITH_EMV , HAS_512_FLASH, defines, since emv now is native in client and we have automatic detection of 512kb size when compiling.
This commit is contained in:
parent
3e5bd575f6
commit
85f3870233
1 changed files with 1 additions and 9 deletions
|
@ -59,16 +59,8 @@ DETECTED_OS=Windows
|
|||
|
||||
endif
|
||||
|
||||
# uncomment these two; to enable EMV
|
||||
#APP_CFLAGS += -DWITH_EMV
|
||||
|
||||
# uncomment these two; to fix 256 vs 512kb PM3 devices
|
||||
# flashing bootrom -b is needed
|
||||
#APP_CFLAGS += -DHAS_512_FLASH
|
||||
#COMMON_FLAGS += -DHAS_512_FLASH
|
||||
|
||||
# Also search prerequisites in the common directory (for usb.c), the fpga directory (for fpga.bit), and the zlib directory
|
||||
VPATH = . ../common ../common/crapto1 ../fpga ../zlib ../armsrc/Standalone --/uart
|
||||
VPATH = . ../common ../common/crapto1 ../common/polarssl ../fpga ../zlib ../armsrc/Standalone ../uart
|
||||
|
||||
INCLUDES = ../include/proxmark3.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/usb_cmd.h $(APP_INCLUDES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue