aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2020-07-10 22:04:12 +0300
committerGitHub <noreply@github.com>2020-07-10 22:04:12 +0300
commit675cad6d635be00c166b5ce23a79e32edd694bc8 (patch)
tree6c679e543dbf55e87eb7946a4b3b972e59dc3984 /Makefile
parent6faa9ae6a8cf242679ce4e493a66fcb31d231c09 (diff)
parent4d82a0fdfb95cdea2fd904c3ee33c1c6f603d153 (diff)
downloadhid-tmff2-675cad6d635be00c166b5ce23a79e32edd694bc8.tar.gz
hid-tmff2-675cad6d635be00c166b5ce23a79e32edd694bc8.zip
Merge pull request #2 from Kimplul/memory
Memory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba704a9..6675c23 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-obj-m += hid-tmff2.o
+obj-m += hid-tminit.o
+obj-m += hid-tmt300rs.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules