initial commit

This commit is contained in:
2024-07-08 23:31:33 +02:00
commit 791e1a9e97
8 changed files with 529 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
KDIR = /lib/modules/`uname -r`/build
all:
make -C $(KDIR) M=$(PWD) modules
clean:
make -C $(KDIR) M=$(PWD) clean