Re: [android-kernel] compiling a driver

2010-07-26 Thread sunil pillai
where do i get the kernel source code that is required for driver compilation ? >> You can get the source code from android kernel git repository http://android.git.kernel.org/?p=kernel/common.git;a=summary what make file do i use ? >>

[android-kernel] compiling a driver

2010-07-26 Thread noam
well, i am new to android, but not to linux i have been tasked to port our application to android, and now i need to compile the low level driver. where do i get the kernel source code that is required for driver compilation ? what make file do i use ? can i use insmod/mknod to register the drive