]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: removed the linking to radixsort.c
authoriceman1001 <iceman@iuse.se>
Thu, 28 Jul 2016 18:42:46 +0000 (20:42 +0200)
committericeman1001 <iceman@iuse.se>
Thu, 28 Jul 2016 18:42:46 +0000 (20:42 +0200)
client/Makefile

index 7b9a65fdf4defad29e478722b49d05343030315f..3f1d13ed93836fc7f08fff30c65242b0f0328583 100644 (file)
@@ -78,7 +78,8 @@ CORESRCS =    uart.c \
                sleep.c
 
 
-CMDSRCS =      nonce2key/crapto1.c \
+CMDSRCS =      mifarehost.c \
+                       nonce2key/crapto1.c \
                        nonce2key/crypto1.c \
                        nonce2key/nonce2key.c \
                        nonce2key/crypto1_bs.c \
@@ -88,7 +89,6 @@ CMDSRCS =     nonce2key/crapto1.c \
                        loclass/ikeys.c \
                        loclass/elite_crack.c \
                        loclass/fileutils.c \
-                       mifarehost.c \
                        parity.c \
                        crc.c \
                        crc16.c \
@@ -148,8 +148,9 @@ CMDSRCS =   nonce2key/crapto1.c \
                        reveng/getopt.c \
                        tea.c \
                        prng.c \
-                       radixsort.c \
                        bucketsort.c
+#                      radixsort.c \
+
                
 ZLIBSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
 ZLIB_FLAGS = -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED 
Impressum, Datenschutz