]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/Makefile
CHG: some minor adjustments.
[proxmark3-svn] / armsrc / Makefile
index 5081e21fedda1dca97842d0e3fe5402af40e1a0c..c5a698bdafda45c68890caa0a2f66e472bf2bf5b 100644 (file)
@@ -14,12 +14,11 @@ APP_CFLAGS = -DWITH_ISO14443a_StandAlone \
                         -DWITH_LF \
                         -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS \
                         -DWITH_LEGICRF -DWITH_HITAG -DWITH_CRC -DON_DEVICE -DWITH_HFSNOOP \
-#                       -DWITH_EMV \
 #                       -DWITH_LCD \
                         -fno-strict-aliasing -ffunction-sections -fdata-sections
 
 #ifdef WITH_LCD                         
-#SRC_LCD = fonts.c LCD.c
+SRC_LCD = fonts.c LCD.c
 #endif
 
 #ifdef WITH_LF
@@ -70,10 +69,7 @@ THUMBSRC = start.c \
        string.c \
        BigBuf.c \
        ticks.c \
-       usb_cdc.c \
-       parity.c \
        random.c \
-       cmd.c \
        hfsnoop.c
 
 # These are to be compiled in ARM mode
@@ -83,11 +79,16 @@ ARMSRC = fpgaloader.c \
        $(SRC_CRAPTO1) \
        $(SRC_CRC) \
        $(SRC_ICLASS) \
-       $(SRC_EMV)
+       $(SRC_EMV) \
+       parity.c \
+       usb_cdc.c \
+       cmd.c
 
 # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
 include ../common/Makefile.common
 
+COMMON_FLAGS =  -Os 
+
 OBJS = $(OBJDIR)/fullimage.s19 
 FPGA_COMPRESSOR = ../client/fpga_compress
 
Impressum, Datenschutz