> Thanks for adding this functionality.
Let me know if it works for you, then we can maybe commit this to the repo.
Stefan
Stefan
> --
> You received this message because you are subscribed to the Google Groups "Android-x86" group.
> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to android-x86...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.
>
2012/3/5 StefanS <and...@stefanseidel.info>:
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
I would like to add to this for anybody who's not that familiar with compiling on linux themselves and who would like to make use of this handy feature:1. You should add the kernel module folder to /device/<brand>/<product>/<folder here> of the source tree. Let's take an example from android-x86.org, if you would be compiling for the eeepc product:
$ make iso_img TARGET_PRODUCT=eeepc
the files should then go in:
/device/asus/eeepc/<your module dir>
The AndroidBoard.mk file that needs adjusting is in there as well.2. Don't blindly check the kernel module folder's contents for files ending in *.c and add them to the Makefile as *.o. Better is to check the original Makefile to find out which objects it generates (i.e. the original obj-m variable) since some of the *.c files are merely includes for the module.
I found it a bit ambiguous / confusing in the original post ;-)Cheers,
mlc.