Skip to content

Instantly share code, notes, and snippets.

@ceyes
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceyes/3ee518d2a32b693b0040 to your computer and use it in GitHub Desktop.
Save ceyes/3ee518d2a32b693b0040 to your computer and use it in GitHub Desktop.
obj-m := kprobe.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment