Skip to content

Instantly share code, notes, and snippets.

@sjp38
Created July 25, 2013 07:16
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 sjp38/6077516 to your computer and use it in GitHub Desktop.
Save sjp38/6077516 to your computer and use it in GitHub Desktop.
makefile for android module
obj-m += android_module.o
all:
make -C <path of emulator kernel source code directory> M=$(PWD) modules
clean:
make -C <path of emulator kernel source code directory> M=$(PWD) clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment