Skip to content

Instantly share code, notes, and snippets.

@niftynei
Created December 27, 2014 04:04
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 niftynei/dbc2289872fe383551af to your computer and use it in GitHub Desktop.
Save niftynei/dbc2289872fe383551af to your computer and use it in GitHub Desktop.
Working Basic Kernel Makefile
obj-m := hello.o
KDIR := /lib/modules/${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