diff options
author | Guillermo Ramos | 2011-10-30 00:40:39 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-10-30 00:40:39 +0200 |
commit | 4adbbb67edb76245992bd6dc35adfc5cdd61607a (patch) | |
tree | f3a847e2d08aa00d16aae26dfde7a8a47b176a2e /Makefile | |
parent | 28974e52f86f8873d47a899cbb2e5b122d62bfc1 (diff) | |
download | evspy-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |