finished code

This commit is contained in:
2022-10-28 16:04:51 +09:00
parent 1cf29b71ed
commit 38609c46ec
6 changed files with 98 additions and 16 deletions

9
Code/Makefile Normal file
View File

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