From 68459ada2db3d8626b1957e220a9abe8aff6c1e3 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 19 Sep 2011 01:00:27 +0200 Subject: Added license and done a little cleanup of code --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3