X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ff4ff94b2589558e84ec0a9b3eebe7250d3f350f..76c74bf9ad3db017873a460a496ca9dbb432fa23:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index 90a8fa5a..477cd6a3 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -47,7 +47,6 @@ COPY=cp PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=$(UNAME) - else # Assume that we are running on Windows. @@ -55,12 +54,12 @@ DELETE=del /q MOVE=ren COPY=copy PATHSEP=\\# -#FLASH_TOOL=winsrc\\prox.exe -FLASH_TOOL=winsrc\\flash.exe +FLASH_TOOL=client\\flasher.exe DETECTED_OS=Windows endif +APP_CFLAGS += -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 ../fpga ../zlib