aboutsummaryrefslogtreecommitdiff
path: root/khm/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-20 20:29:58 +0200
committerGuillermo Ramos2011-09-20 20:29:58 +0200
commit161cc97a59078a606c41c2ec2a6371dc04d5aac8 (patch)
tree8fe91b65c09f6d61e4309d65148a2d8f845e2c3b /khm/Makefile
parent4dc487c601ff19310ca7553105cc405c5b6095ee (diff)
downloadevspy-161cc97a59078a606c41c2ec2a6371dc04d5aac8.tar.gz
Optional AltGr registering implemented
Diffstat (limited to 'khm/Makefile')
-rw-r--r--khm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/khm/Makefile b/khm/Makefile
new file mode 100644
index 0000000..74ffd5f
--- /dev/null
+++ b/khm/Makefile
@@ -0,0 +1,8 @@
+obj-m += test.o
+test-objs := khm.o test_khm.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