Skip to content

Instantly share code, notes, and snippets.

@dhilst
Created April 29, 2013 01:24
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 dhilst/5479188 to your computer and use it in GitHub Desktop.
Save dhilst/5479188 to your computer and use it in GitHub Desktop.
Driver Hello World Makefile
obj-m += gkos_char_device.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
rm *.ko *.o *.mod.c *.mod.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment