From 8f53a56d06b128406cba3ce6f13696eb823e6a11 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 17 Jul 2017 22:17:51 +0200 Subject: ring buffer initial commit --- code/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/core/Makefile') diff --git a/code/core/Makefile b/code/core/Makefile index f0e46a1..550c0cf 100644 --- a/code/core/Makefile +++ b/code/core/Makefile @@ -1,7 +1,7 @@ MAKE=make CFLAGS = -I. -pthread -O3 $(PIC) -obj = core.o timer.o msgq.o +obj = core.o timer.o rbuf_recv.o subdirs = crypto posix htable -- cgit v1.2.3