janengelmohr / android_kernel_elephone_p8000

Kernel repository for Elephone P8000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android_kernel_elephone_p8000

Kernel repository for Elephone P8000 for visi0nary's kernel and my CyanogenMod builds

  • thanks to jfang for some fixes!

How to compile a standalone kernel:

git clone git@github.com:visi0nary/android_kernel_elephone_p8000.git

cd android_kernel_elephone_p8000

export ARCH=arm64

export CROSS_COMPILE=/path/to/your/toolchain/aarch64/aarch64-linux-android-x.x/bin/aarch64-linux-android-

make p8000_cyanogenmod12_1_defconfig

make -jX (where X is the # of your CPU threads +1)

Once it is built use this image:

arch/arm64/boot/Image.gz-dtb

Happy hacking!

About

Kernel repository for Elephone P8000

License:Other


Languages

Language:C 95.4%Language:C++ 2.0%Language:Assembly 1.6%Language:Objective-C 0.6%Language:Makefile 0.3%Language:Perl 0.1%Language:Shell 0.0%Language:Yacc 0.0%Language:Lex 0.0%Language:Roff 0.0%Language:Scilab 0.0%Language:Python 0.0%Language:Awk 0.0%Language:GDB 0.0%Language:UnrealScript 0.0%Language:ASP 0.0%Language:M4 0.0%Language:SourcePawn 0.0%Language:Batchfile 0.0%