1
0

Développement

This commit is contained in:
2018-05-14 08:47:31 +02:00
parent ac42797077
commit ea5558b03b
20 changed files with 5192 additions and 9 deletions

6
Makefile Normal file
View File

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