summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-12-07 20:19:41 -0500
committerknolax <1339802534.kk@gmail.com>2017-12-07 20:19:41 -0500
commitd3a09ff7f9a2fb497ba492398f4307c2df628a03 (patch)
tree8c1a406fb0dba2147b6d141014597675a698c58d /Makefile
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5597d2f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+obj-m := skey.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