From 94d92eed4108ae434e8859660d15dc9e6d2391d6 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 6 Feb 2024 12:08:12 +0200 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.3