try some module stuff

This commit is contained in:
twoneis 2025-03-13 16:37:33 +01:00
parent afe8820375
commit 376edcff27
3 changed files with 28 additions and 0 deletions

View file

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