maybe idk

This commit is contained in:
twoneis 2025-03-27 14:43:08 +01:00
parent c220eeb5a6
commit cf4111b64d
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,4 +1 @@
.direnv/
*.o
*.ko
*.mod

View file

@ -1,5 +1,7 @@
obj-m += lkm.o
all: module
module:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules