aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2011-10-30 00:40:39 +0200
committerGuillermo Ramos2011-10-30 00:40:39 +0200
commit4adbbb67edb76245992bd6dc35adfc5cdd61607a (patch)
treef3a847e2d08aa00d16aae26dfde7a8a47b176a2e /Makefile
parent28974e52f86f8873d47a899cbb2e5b122d62bfc1 (diff)
downloadevspy-4adbbb67edb76245992bd6dc35adfc5cdd61607a.tar.gz
Deleted cbuf.[c,h]
Circular buffer implementation moved back to evspy-core.c evspy-core.h renamed to evspy.h and added #ifdef's
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90f40ae..573b77f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
obj-m += evspy.o
-evspy-objs := kmap/kmap.o evspy-core.o cbuf.o
+evspy-objs := kmap/kmap.o evspy-core.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules