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:
iceman1001 2017-12-24 10:23:04 +01:00
commit 85f3870233

View file

@ -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)