What then? Should I build android platform or maybe prebuild binaries
will be enough?
Must I build the kernel before building module driver? Setting cross
compiler options like below:

> > > export 
> > > CROSSTOOLS=/usr/src/android/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1
> > > export PATH=$CROSSTOOLS/bin:$PATH
> > > export CROSS_TARGET=arm-eabi
> > > export CC="${CROSS_TARGET}-gcc"
> > > export CXX="${CROSS_TARGET}-g++"
> > > export AR="${CROSS_TARGET}-ar"
> > > export AS="${CROSS_TARGET}-as"
> > > export LD="${CROSS_TARGET}-ld"
> > > export RANLIB="${CROSS_TARGET}-ranlib"
> > > export READELF="${CROSS_TARGET}-readelf"
> > > export STRIP="${CROSS_TARGET}-strip"

and then
make -C /usr/src/android/kernel/.... -M=<module_directory> modules?

On Feb 26, 3:11 am, Chih-Wei <cwhu...@linux.org.tw> wrote:
> kernel/common.git, of course.
>
> On 2月26日, 上午6時41分, Rafał Grzybowski <aguyngue...@gmail.com> wrote:
>
>
>
> > Which kernel version: kernel/linux-2.6.git, kernel/msm.git or kernel/
> > tegra.git?

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to