CHG: some minor adjustments.

This commit is contained in:
iceman1001 2017-02-13 11:06:30 +01:00
commit 4c8fe2e976
2 changed files with 8 additions and 7 deletions

View file

@ -14,12 +14,11 @@ APP_CFLAGS = -DWITH_ISO14443a_StandAlone \
-DWITH_LF \ -DWITH_LF \
-DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS \ -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS \
-DWITH_LEGICRF -DWITH_HITAG -DWITH_CRC -DON_DEVICE -DWITH_HFSNOOP \ -DWITH_LEGICRF -DWITH_HITAG -DWITH_CRC -DON_DEVICE -DWITH_HFSNOOP \
# -DWITH_EMV \
# -DWITH_LCD \ # -DWITH_LCD \
-fno-strict-aliasing -ffunction-sections -fdata-sections -fno-strict-aliasing -ffunction-sections -fdata-sections
#ifdef WITH_LCD #ifdef WITH_LCD
#SRC_LCD = fonts.c LCD.c SRC_LCD = fonts.c LCD.c
#endif #endif
#ifdef WITH_LF #ifdef WITH_LF
@ -88,6 +87,8 @@ ARMSRC = fpgaloader.c \
# Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC # Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
include ../common/Makefile.common include ../common/Makefile.common
COMMON_FLAGS = -Os
OBJS = $(OBJDIR)/fullimage.s19 OBJS = $(OBJDIR)/fullimage.s19
FPGA_COMPRESSOR = ../client/fpga_compress FPGA_COMPRESSOR = ../client/fpga_compress

View file

@ -8,6 +8,7 @@ include ../common/Makefile.common
CC = gcc CC = gcc
CXX = g++ CXX = g++
COMMON_FLAGS = -std=c99 -O3 -mpopcnt -march=native -g COMMON_FLAGS = -std=c99 -O3 -mpopcnt -march=native -g
#VPATH = ../common ../zlib #VPATH = ../common ../zlib
OBJDIR = obj OBJDIR = obj
@ -85,7 +86,6 @@ CORESRCS = uart.c \
util.c \ util.c \
sleep.c sleep.c
CMDSRCS = mifarehost.c \ CMDSRCS = mifarehost.c \
nonce2key/crapto1.c \ nonce2key/crapto1.c \
nonce2key/crypto1.c \ nonce2key/crypto1.c \