From 4c8fe2e976f0330944e032231007feede2e32ff8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 13 Feb 2017 11:06:30 +0100 Subject: [PATCH] CHG: some minor adjustments. --- armsrc/Makefile | 5 +++-- client/Makefile | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) 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 diff --git a/client/Makefile b/client/Makefile index a56fd35b..72552fd1 100644 --- a/client/Makefile +++ b/client/Makefile @@ -7,7 +7,8 @@ include ../common/Makefile.common CC = gcc CXX = g++ -COMMON_FLAGS = -std=c99 -O3 -mpopcnt -march=native -g +COMMON_FLAGS = -std=c99 -O3 -mpopcnt -march=native -g + #VPATH = ../common ../zlib OBJDIR = obj @@ -81,10 +82,9 @@ else QTGUI = guidummy.o endif -CORESRCS = uart.c \ - util.c \ - sleep.c - +CORESRCS = uart.c \ + util.c \ + sleep.c CMDSRCS = mifarehost.c \ nonce2key/crapto1.c \ -- 2.39.2