X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/272e55ca64b5ee35e483f2ad2327a2e147f97779..8419248d2dc311a7d2c86f1c11d0a07cf2047731:/common/Makefile.common diff --git a/common/Makefile.common b/common/Makefile.common index 0d0e2e82..e2934792 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -9,7 +9,7 @@ # (The including Makefile still needs to define what 'all' is) all: -CROSS = arm-eabi- +CROSS ?= arm-eabi- CC = $(CROSS)gcc AS = $(CROSS)as LD = $(CROSS)ld