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
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/
