X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/272e55ca64b5ee35e483f2ad2327a2e147f97779..49b35ff9c21e9deefb10303effe65be575c65957:/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