Re: [android-kernel] How to add new Library or module in Android 2.2 kernel

2011-01-05 Thread Arun K. Singh
B. Hirawat, As a first step you must start writing the proper Makefile for your module. Pick any sample Hello World driver Makefile from web and build your test.ko. This is pretty much independent of Android and like writing a sample driver/module in linux. Primarily you must ensure giving standa

Re: [android-kernel] How to add new Library or module in Android 2.2 kernel

2011-01-02 Thread Amit Pundir
On Fri, Dec 24, 2010 at 1:17 PM, b_hirawat wrote: > Hi, > > I am very new to Android programming.I am trying to add a module in > Android Froyo kerkel. Can anybody help me out in this,plaese let me > know which all file I need to change for this integration. > > For Example: I have a folder caled

[android-kernel] How to add new Library or module in Android 2.2 kernel

2011-01-02 Thread b_hirawat
Hi, I am very new to Android programming.I am trying to add a module in Android Froyo kerkel. Can anybody help me out in this,plaese let me know which all file I need to change for this integration. For Example: I have a folder caled 'Test' which contail a 'C' file test.c and a make file 'Makefil