Guest User

Untitled

a guest
Oct 18th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.16 KB | None | 0 0
  1. obj-m += rootkit1.o
  2.  
  3. all:
  4.     make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
  5. clean:
  6.     make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
Add Comment
Please, Sign In to add comment