]> 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 077fc2822df8f5862142bf341a7b79f4db200520..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
Impressum, Datenschutz