Add process_monitor

This commit is contained in:
Florian RICHER 2025-02-08 18:27:36 +01:00
parent 3767c6181e
commit 3c0b0673b3
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,7 @@
obj-m += test_module.o
all:
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) modules
clean:
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) clean