Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 893 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 893 Bytes

<<<<<<< HEAD M040

M040 repo is Linux kernel source code for Meizu M040 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###

git clone https://github.com/meizuosc/m040.git

###2. Compiling###

make mx2_defconfig

make -j8 ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-

Note:

  • Make sure you have arm cross tool chain, maybe you can download here
  • If you get a poor cpu in your compiling host, you should use "-j4" or lower instead of "-j8"

Get Help

Checkout our community http://bbs.meizu.cn (in Chinese)

android_kernel_mx2

Custom JB kernel for Meizu MX2

96c444c6600bc2be56f11505ba3171e1ba2f5226