From 85f387023354c31a317568d24246287080be0bc4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 24 Dec 2017 10:23:04 +0100 Subject: [PATCH] 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. --- common/Makefile.common | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/common/Makefile.common b/common/Makefile.common index c1ccdfdf5..4aad51425 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -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)