aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-19 01:00:27 +0200
committerGuillermo Ramos2011-09-19 01:00:27 +0200
commit68459ada2db3d8626b1957e220a9abe8aff6c1e3 (patch)
treeb7a07d789b37d2d9dcab5c7b94c41241347896d4 /Makefile
parent974a8595ed3c09ccef62df7e3748baddb9038d8e (diff)
downloadevspy-68459ada2db3d8626b1957e220a9abe8aff6c1e3.tar.gz
Added license and done a little cleanup of code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dc851d1..3d10b64 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,5 @@
obj-m += evspy.o
-evspy-objs := khashmap/khashmap.o evspy-core.o
-#obj-m += test.o
-#test-objs := khashmap.o test_khashmap.o
+evspy-objs := khm/khm.o evspy-core.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules