Re: [android-kernel] How to build lodable kernel module in android?

2011-07-13 Thread fox liu
Hi, I mean I have already followed the step on http://source.android.com/source/initializing.html Now I want to write a LKM, then compile it , and push it to device, and insmod it. but I do not know how to compile it, do I make my self clear? 2011/7/13 J Freyensee > > > On Wed, Jul 1

Re: [android-kernel] How to build lodable kernel module in android?

2011-07-13 Thread J Freyensee
On Wed, Jul 13, 2011 at 8:51 AM, fox liu wrote: > Hi, my Question is how to build lodable kernel module in android? > > I have a little LKM exp. in PC, now I would like to try LKM in > android . > And I have followed the instruction of source.android.com, the repo > sync, and make -j4 are all don

[android-kernel] How to build lodable kernel module in android?

2011-07-13 Thread fox liu
Hi, my Question is how to build lodable kernel module in android? I have a little LKM exp. in PC, now I would like to try LKM in android . And I have followed the instruction of source.android.com, the repo sync, and make -j4 are all done succesfully. What about next step? Can I start writing LKM