]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
Use PolarSSL DES implementation (GPL 2 or later) for both client and firmware (#378)
[proxmark3-svn] / client / Makefile
index 471d2f548583dce6504763690723be85b1bb5dcc..cadd733910897b6d876c1e843cf5f4de669b3dfc 100644 (file)
@@ -85,10 +85,11 @@ CORESRCS =  uart_posix.c \
 
 CMDSRCS =      crapto1/crapto1.c\
                        crapto1/crypto1.c\
+                       polarssl/des.c \
+                       polarssl/aes.c\
                        mfkey.c\
                        loclass/cipher.c \
                        loclass/cipherutils.c \
-                       loclass/des.c \
                        loclass/ikeys.c \
                        loclass/elite_crack.c\
                        loclass/fileutils.c\
@@ -147,7 +148,6 @@ CMDSRCS =   crapto1/crapto1.c\
                        cmdscript.c\
                        pm3_binlib.c\
                        pm3_bitlib.c\
-                       aes.c\
                        protocols.c\
                        sha1.c\
                        cmdcrc.c\
@@ -162,7 +162,7 @@ cpu_arch = $(shell uname -m)
 ifneq ($(findstring 86, $(cpu_arch)), )
        MULTIARCHSRCS = hardnested/hardnested_bf_core.c hardnested/hardnested_bitarray_core.c
 endif
-ifneq ($(findstring 64, $(cpu_arch)), )
+ifneq ($(findstring amd64, $(cpu_arch)), )
        MULTIARCHSRCS = hardnested/hardnested_bf_core.c hardnested/hardnested_bitarray_core.c
 endif
 ifeq ($(MULTIARCHSRCS), )
Impressum, Datenschutz