]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/Makefile
merge linux and windows clients into one directory... will consolidate makefiles...
[proxmark3-svn] / armsrc / Makefile
index d73f2e77bc061c9ecb90083b102e67c97a836592..2cfac4acb51cf2fef73acf91a2d3c075cf211f57 100644 (file)
@@ -4,10 +4,11 @@ APP_INCLUDES = apps.h
 \r
 #remove one of the following defines and comment out the relevant line\r
 #in the next section to remove that particular feature from compilation  \r
-APP_CFLAGS     = -O6 -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b\r
-#-DWITH_LCD\r
+APP_CFLAGS     = -O6 -DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b\r
+#-DWITH_LCD \r
 \r
 #SRC_LCD = fonts.c LCD.c\r
+SRC_LF = lfops.c hitag2.c\r
 SRC_ISO15693 = iso15693.c\r
 SRC_ISO14443a = iso14443a.c\r
 SRC_ISO14443b = iso14443.c\r
@@ -15,16 +16,17 @@ SRC_ISO14443b = iso14443.c
 THUMBSRC = start.c \\r
        $(SRC_LCD) \\r
        $(SRC_ISO15693) \\r
+       $(SRC_LF) \\r
        appmain.c \\r
-       lfops.c \\r
        util.c \\r
-       hitag2.c \\r
        usb.c\r
 \r
 # These are to be compiled in ARM mode\r
 ARMSRC = fpgaloader.c \\r
+       legicrf.c \\r
        $(SRC_ISO14443a) \\r
-       $(SRC_ISO14443b)\r
+       $(SRC_ISO14443b) \\r
+       crc.c\r
 \r
 # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC\r
 include ../common/Makefile.common\r
Impressum, Datenschutz