blob: ae5773cd5319d22144457ae603df212e764ef696 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[M571](http://www.meizu.com)
=================
M571 repo is Linux kernel source code for Meizu M2 Note smartphones. With this repo, you can customize the source code and compile a Linux kernel image yourself. Enjoy it!
HOW TO COMPILE
-----------
###1. Download source code###
<code>git clone https://github.com/ShevT/android_kernel_m2note.git</code>
###2. Compiling###
```
In the build_kernel.sh (or build_recovery_kernel.sh) script You need to set the value ANDROID_SOURCES
Run script ;)
```
|