aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2011-10-29 21:37:52 +0200
committerGuillermo Ramos2011-10-29 21:37:52 +0200
commit28974e52f86f8873d47a899cbb2e5b122d62bfc1 (patch)
tree0f90267f0e5c45e08cc7b53699f75fb939b511ef /Makefile
parent55a2212feb5042e65fbf0ed8891c0cab55479621 (diff)
downloadevspy-28974e52f86f8873d47a899cbb2e5b122d62bfc1.tar.gz
First version of cbuf.c and cbuf.h
Switching to standard kfifo.h Linux circular buffer implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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