mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
bak
This commit is contained in:
7
kernel_module/user/Makefile
Normal file
7
kernel_module/user/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: clean
|
||||
|
||||
ins_rm_mod: ins_rm_mod.c
|
||||
$(CC) -o '$@' '$<'
|
||||
|
||||
clean:
|
||||
rm ins_rm_mod
|
||||
Reference in New Issue
Block a user