diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |