X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5ed5e418c96e5a22edd19185ca86560f5b8318a4..4c8fe2e976f0330944e032231007feede2e32ff8:/armsrc/Makefile?ds=sidebyside diff --git a/armsrc/Makefile b/armsrc/Makefile index 220c21fc..c5a698bd 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -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 @@ -88,6 +87,8 @@ ARMSRC = fpgaloader.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