youhandcn / android_kernel_m2note

Unofficial Linux kernel for Meizu M2 Note (MT6753)

Home Page:https://www.github.com/Moyster/android_kernel_m2note

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M571

Linux kernel source code for the Meizu M2 Note.

HOW TO COMPILE

###1. Download source code###

git clone https://github.com/Moyster/android_kernel_m2note.git

###2. Compiling###

Make sure your device tree uses :

TARGET_KERNEL_CONFIG := los14_m2note_defconfig

PS: this branch is only for Nougat, see branch "master" for LP/MM support

From within the Android Sources you want to build, do :

. build/envsetup.sh && breakfast m2note  
make -jX bootimage  
(where -jX is your number of cores + 1, -j5 for a quadcore)  

This will give you a flashable boot.img located in out/target/product/device-xyz/

About

Unofficial Linux kernel for Meizu M2 Note (MT6753)

https://www.github.com/Moyster/android_kernel_m2note

License:Other


Languages

Language:C 95.3%Language:C++ 2.1%Language:Assembly 1.8%Language:Objective-C 0.4%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%