Skip to content

tpruvot/kernel-omap

 
 

Repository files navigation

Android Kernel Howto

BEWARE: This kernel tree is made to be built in an android repo tree !

You MUST not use "make" in kernel/ directory but use the defined targets in the android repo root :


First you need to prepare the environment to tell we are building for the Defy

In gingerbread :

lunch cyanogen_jordan-eng

In ICS:

lunch cm_jordan-userdebug


Then still in repo root folder, not kernel one, use one of these commands :

Available targets:

make kernel_clean # clean output

make kernel # build the zImage

make kernel_modules # build the kernel modules

make ext_kernel_modules # build tiwlan modules (require system/wlan/ti git project)

make kernel_modules_install # copy the kernel modules to output folder system/lib/modules


'Tanguy Pruvot, March 2012'

About

Defy MB525 kernel tree to build kernel modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.9%
  • Assembly 2.4%
  • Objective-C 0.4%
  • C++ 0.2%
  • Perl 0.1%
  • Shell 0.0%