4
Fork 0

Added implementation of RingBuffer to compensate existing issues on RA side

This commit is contained in:
R3ABM Artem 2016-08-06 14:30:27 +03:00
parent 41fe7704b3
commit 52422cebf0
5 changed files with 159 additions and 14 deletions

View file

@ -21,7 +21,9 @@ ifeq ($(USE_OPENSSL), yes)
endif
endif
OBJECTS = CronosAgent.o
OBJECTS = \
RingBuffer.o \
CronosAgent.o
ifneq ($(USE_OPENSSL), yes)
OBJECTS += sha256.o
@ -62,7 +64,6 @@ clean:
rm -f *.d
version:
# echo "#define VERSION $(shell svn info | grep -E "^Revision:" | grep -o -E "[0-9]+")" > Version.h
echo "#define VERSION $(shell date -u +%Y%m%d)" > Version.h
debian-package: