]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
removed commented out CFLAGS setting (probably committed by mistake)
[proxmark3-svn] / common / Makefile.common
index eb74c2469bb40bb050dce7c6bae0df6e97a420e0..d89683270cd6e2fecf9db4058b1eedd5e48fefd5 100644 (file)
 
 # Make sure that all is the default target
 # (The including Makefile still needs to define what 'all' is)
+
+platform = $(shell uname)
+
 all:
 
-CROSS  ?= arm-eabi-
+CROSS  ?= arm-none-eabi-
 CC     = $(CROSS)gcc
 AS     = $(CROSS)as
 LD     = $(CROSS)ld
@@ -27,6 +30,9 @@ OBJDIR        = obj
 
 INCLUDE = -I../include -I../common
 
+TAR=tar
+TARFLAGS = -C .. -rvf
+
 # Windows' echo echos its input verbatim, on Posix there is some
 #  amount of shell command line parsing going on. echo "" on 
 #  Windows yields literal "", on Linux yields an empty line
@@ -39,8 +45,7 @@ MOVE=mv
 COPY=cp
 PATHSEP=/
 FLASH_TOOL=client/flasher
-DETECTED_OS=UNAME
-PATH := $(PATH):$(DEVKITARM)/bin
+DETECTED_OS=$(UNAME)
 
 else
 
Impressum, Datenschutz