diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-02-06 12:08:12 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-02-06 12:08:12 +0200 |
| commit | 94d92eed4108ae434e8859660d15dc9e6d2391d6 (patch) | |
| tree | 8f29892826de69e6865e9d12e245e312c047cb39 /Makefile | |
| parent | 7f894de691211445bf54e13494d67172fd5b5e53 (diff) | |
| download | hid-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -obj-m += hid-tminit.o +obj-m += usb-tminit.o KDIR ?= /lib/modules/$(shell uname -r)/build all: |
