• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. N

    Apps How to compile a kernel module to Android Linux Kernel

    Hi,all! I'd like to compile a kernel module to Android Linux Kernel. But I donnot know how to build the Makefile for the module. Here is my Makefile,and /home/tyz/0728 is source code dir of android: obj-m= test_k.o KERNELDIR= /home/tyz/0728/kernel/ CROSS_COMPILE=...