meizuosc / m681

Official Linux kernel for Meizu M3 Note smartphones
http://www.meizu.com
Other
7 stars 6 forks source link

M681

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

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

2. Compiling

mkdir out
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- O=`pwd`/out m3note_defconfig
make -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- O=`pwd`/out

Note:

Get Help

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