diff options
| author | MEIZU <patchwork@meizu.com> | 2016-08-15 10:55:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-15 10:55:21 +0800 |
| commit | 8cba3486ed7c6082f36b549810e831693e86790b (patch) | |
| tree | 3a1e4061bb5b55fd260426788c8d34242a4570ed /README.md | |
| parent | d2e1446d81725c351dc73a03b397ce043fb18452 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -12,9 +12,10 @@ HOW TO COMPILE ###2. Compiling### - <code>make m2note_defconfig</code> - - <code>mkdir out && make -j8 ARCH=arm CROSS_COMPILE=aarch64-linux-android- -C `pwd` O=`pwd`/out</code> +``` +make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- m2note_defconfig +mkdir out && make -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- -C `pwd` O=`pwd`/out +``` Note: + Make sure you have arm cross tool chain, maybe you can download [here](http://www.linaro.org/downloads) |
