We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc11f9b commit 19e9fe3Copy full SHA for 19e9fe3
2 files changed
Makefile
@@ -1,5 +1,5 @@
1
obj-m := hid-kye.o hid-uclogic.o hid-polostar.o hid-viewsonic.o
2
-hid-uclogic-objs := hid-uclogic-rdesc.o
+hid-uclogic-objs := hid-uclogic-core.o hid-uclogic-rdesc.o
3
KVERSION := $(shell uname -r)
4
KDIR := /lib/modules/$(KVERSION)/build
5
PWD := $(shell pwd)
hid-uclogic.c hid-uclogic-core.chid-uclogic.c renamed to hid-uclogic-core.c
0 commit comments