From: adam@algroup.co.uk Date: Sat, 27 Feb 2010 09:05:03 +0000 (+0000) Subject: put arm-eabi compiler back on path for those that have followed devkitpro installatio... X-Git-Tag: v1.0.0~300 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/09c1ce4bdd7b694a5b68b0754fdc983530e2542a put arm-eabi compiler back on path for those that have followed devkitpro installation instructions --- diff --git a/common/Makefile.common b/common/Makefile.common index aa6049e3..eb74c246 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -40,6 +40,7 @@ COPY=cp PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=UNAME +PATH := $(PATH):$(DEVKITARM)/bin else