aboutsummaryrefslogtreecommitdiff
path: root/kmap/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-24 18:13:15 +0200
committerGuillermo Ramos2011-09-24 18:13:15 +0200
commit55a2212feb5042e65fbf0ed8891c0cab55479621 (patch)
tree66bb8c7c10305b11d445a4672779f9c7824fbf07 /kmap/Makefile
parent7a3fcd9d332f1f2e3e6f021b2930e148ca093c91 (diff)
downloadevspy-55a2212feb5042e65fbf0ed8891c0cab55479621.tar.gz
Renamed map ADT to kmap
Diffstat (limited to 'kmap/Makefile')
-rw-r--r--kmap/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kmap/Makefile b/kmap/Makefile
new file mode 100644
index 0000000..62aa5c8
--- /dev/null
+++ b/kmap/Makefile
@@ -0,0 +1,8 @@
+obj-m += test.o
+test-objs := kmap.o test_kmap.o
+
+all:
+ make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
+
+clean:
+ make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean