diff options
author | Guillermo Ramos | 2011-09-16 17:25:25 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-16 17:25:25 +0200 |
commit | 5f78bdac09842192ad1cae0f0e516e9020619ac7 (patch) | |
tree | cafa120ed1090f9794e37dfe93e7df36c57216ba /Makefile | |
parent | 0daea8c7cce5108d36313e608d63e30eb6c34c9b (diff) | |
download | evspy-5f78bdac09842192ad1cae0f0e516e9020619ac7.tar.gz |
First functional version of khaskmap
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ obj-m += evspy.o +evspy-objs := khashmap/khashmap.o evspy-core.o +#obj-m += test.o +#test-objs := khashmap.o test_khashmap.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules |