Code finished

This commit is contained in:
2022-10-31 11:57:52 +09:00
parent eb0325ebdc
commit 196ed7c71c
8 changed files with 462 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
obj-m += chardev2.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