aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkimi <kimi.h.kuparinen@gmail.com>2020-05-07 15:32:26 -0400
committerkimi <kimi.h.kuparinen@gmail.com>2020-05-07 15:32:26 -0400
commit46b880254965f0e707c11952de6889dbdccd514c (patch)
tree90cf5919054047f8278d992634ba3b636082249d /Makefile
downloadhid-tmff2-46b880254965f0e707c11952de6889dbdccd514c.tar.gz
hid-tmff2-46b880254965f0e707c11952de6889dbdccd514c.zip
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..296c24f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+obj-m += hid-tmff2.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