Add readme

This commit is contained in:
Huang Xin 2019-05-21 17:41:43 +08:00
parent 09a0d5665a
commit 319d9b52a9
1 changed files with 2 additions and 5 deletions

View File

@ -59,13 +59,10 @@ source ~/.bashrc
<code>cd /opt/fsl-kernel/arm64/linux-4.9.140 && unset LDFLAS</code>
修改 Makefile 文件第 257、258 两行
<code>ARCH ?= $(SUBARCH)
CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
</code>
CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)</code>
<code>ARCH ?= arm64
CROSS_COMPILE ?= aarch64-fsl-linux-
</code>
CROSS_COMPILE ?= aarch64-fsl-linux-</code>
然后运行 make 命令进行编译
## **安装方法**