From 28974e52f86f8873d47a899cbb2e5b122d62bfc1 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 29 Oct 2011 21:37:52 +0200 Subject: First version of cbuf.c and cbuf.h Switching to standard kfifo.h Linux circular buffer implementation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 573b77f..90f40ae 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ obj-m += evspy.o -evspy-objs := kmap/kmap.o evspy-core.o +evspy-objs := kmap/kmap.o evspy-core.o cbuf.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules -- cgit v1.2.3