completed the code

This commit is contained in:
2022-11-28 11:12:08 +09:00
parent 3e5ec66892
commit 809bfbd627
7 changed files with 610 additions and 0 deletions

10
Code/Makefile Normal file
View File

@@ -0,0 +1,10 @@
obj-m += vinput.o
obj-m += vkbd.o
PWD := $(CURDIR)
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean