Skip to content

Instantly share code, notes, and snippets.

@bechampion
Created July 5, 2017 12:47
Show Gist options
  • Select an option

  • Save bechampion/3842a10919d88fbe5048ee524dd34509 to your computer and use it in GitHub Desktop.

Select an option

Save bechampion/3842a10919d88fbe5048ee524dd34509 to your computer and use it in GitHub Desktop.
Make for foobar nf
obj-m += nf_foobar.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