aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-10-27 13:59:33 +0200
committerMoyster <oysterized@gmail.com>2016-11-07 13:47:00 +0100
commit3e2390c9a2d689a83ede2e1321054afa3fb89132 (patch)
tree577f2c7d3846e870ca9d02742d338bc97ddf0ea8 /README.md
parent5b33bacac215f1d42dbb5a046967b14795579907 (diff)
cleanup infos
readme update
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 173e9a5c0..a4f6a786f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
[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!
+Linux kernel source code for the Meizu M2 Note.
HOW TO COMPILE
-----------
@@ -12,7 +12,13 @@ HOW TO COMPILE
###2. Compiling###
+From within the Android Sources you want to build, do :
+
```
-In the build_kernel.sh (or build_recovery_kernel.sh) script You need to set the value ANDROID_SOURCES
-Run script ;)
+. 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/
+