]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: should remove the OSX linker warning: ld: warning: directory not found for...
authoriceman1001 <iceman@iuse.se>
Thu, 26 Jan 2017 20:13:17 +0000 (21:13 +0100)
committericeman1001 <iceman@iuse.se>
Thu, 26 Jan 2017 20:13:17 +0000 (21:13 +0100)
armsrc/Makefile

index 08252565d3ce11de9752d2fea1eafb98eeed46c1..17a5a0ed241660c1dc6139b2de2f97f0bc8c13a3 100644 (file)
@@ -54,8 +54,7 @@ THUMBSRC = start.c \
        string.c \
        BigBuf.c \
        ticks.c \
-       hfsnoop.c \
-       random.c
+       hfsnoop.c
 
 # These are to be compiled in ARM mode
 ARMSRC = fpgaloader.c \
@@ -66,7 +65,8 @@ ARMSRC = fpgaloader.c \
        $(SRC_ICLASS) \
        usb_cdc.c \
        cmd.c \
-       parity.c
+       parity.c \
+       random.c
 #  $(SRC_EMV) \
        #BigBuf.c \
 
Impressum, Datenschutz