/android_kernel_P6000

Código fuente del kernel de Elephone P6000 (MT6732)

Primary LanguageC

How to Build

kernel
======
1. Get the prebuilt cross compiler from AOSP website:
   $ git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6

2. Add required cross compiler to PATH:
   $ export PATH=/YOUR_TOOLCHAIN_PATH/arm-eabi-4.6/bin:$PATH
   $ export CROSS_COMPILE=arm-eabi-

3. Copy the entire source code to this folder: 
   $ cd $home/P6000

4. Then use the following commands to build the kernel:
   $ ./makeMtk k01q_e new k