]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/Makefile
marcan's patch until he gets commit access. Remove C library's includes from the...
[proxmark3-svn] / armsrc / Makefile
index 97805b7a1a9f1f1c16cce3b8e7a0c59f023e41a8..2614b9e9735898d3c7901463c7d2c8edefc0c65d 100644 (file)
@@ -17,17 +17,23 @@ THUMBSRC = start.c \
        $(SRC_LCD) \\r
        $(SRC_ISO15693) \\r
        $(SRC_LF) \\r
-       appmain.c \\r
+       appmain.c printf.c \\r
        util.c \\r
        usb.c\r
 \r
 # These are to be compiled in ARM mode\r
 ARMSRC = fpgaloader.c \\r
        legicrf.c \\r
+       iso14443crc.c \\r
+       crc16.c \\r
        $(SRC_ISO14443a) \\r
        $(SRC_ISO14443b) \\r
+        legic_prng.c \\r
        crc.c\r
 \r
+# stdint.h provided locally until GCC 4.5 becomes C99 compliant\r
+APP_CFLAGS += -I.\r
+\r
 # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC\r
 include ../common/Makefile.common\r
 \r
Impressum, Datenschutz