Skip to content

Instantly share code, notes, and snippets.

@kevinz
Created July 7, 2012 15:13
Show Gist options
  • Save kevinz/3066825 to your computer and use it in GitHub Desktop.
Save kevinz/3066825 to your computer and use it in GitHub Desktop.
hello world netfilter module make file
obj-m := hello.o
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment