aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-02-06 12:08:12 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-02-06 12:08:12 +0200
commit94d92eed4108ae434e8859660d15dc9e6d2391d6 (patch)
tree8f29892826de69e6865e9d12e245e312c047cb39 /Makefile
parent7f894de691211445bf54e13494d67172fd5b5e53 (diff)
downloadhid-tminit-94d92eed4108ae434e8859660d15dc9e6d2391d6.tar.gz
hid-tminit-94d92eed4108ae434e8859660d15dc9e6d2391d6.zip
initial usb conversion
+ Compiles without errors, but will still need to actually test it out in a VM, unclear if USB requires some more setup that I'm missing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd5d7a0..8a3acda 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-obj-m += hid-tminit.o
+obj-m += usb-tminit.o
KDIR ?= /lib/modules/$(shell uname -r)/build
all: