X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/26ea310f0e5d5158ede05e0236e315b2b1cb5bdb..14d7657703c3396da37f2c0e56c871d2a13bb17f:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 471d2f54..cadd7339 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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), )