Merge c and rust modules
This commit is contained in:
parent
8e0721c2fb
commit
311e9be037
21 changed files with 4 additions and 11 deletions
7
04_process_monitor/Makefile
Normal file
7
04_process_monitor/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue